#F00CFD

Color #F00CFD Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #F00CFD

Tints of Magenta #F00CFD

Color information

#F00CFD (or 0xF00CFD) is unknown color: approx Magenta. HEX triplet: F0, 0C and FD. RGB value is (240,12,253). Sum of RGB (Red+Green+Blue) = 240+12+253=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 12 (5.08% from 255 or 2.38% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #F00CFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00CFD is #0FF302. Grayscale: #6A6A6A. Windows color (decimal): -1045251 or 16583920. OLE color: 16583920.

HSL color Cylindrical-coordinate representation of color #F00CFD: hue angle of 296.76º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00CFD is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB24012253-
CMYK0.050.9500.01
HSL296.76º98.37%51.96%-
HSV(B)296.76º95.26%99.22%-
XYZ53.825.8895.09-
YUV107.65210.04222.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 47.52%
GREEN value IS 12 (5.08% from 255) = 2.38%
BLUE value IS 253 (99.22% from 255) = 50.10%
R=47.52%
G=2.38%
B=50.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal240122530.050.9500.01296.7698.3751.96
HexF0CFD55F011296234
Octal3601437551370145114264
Binary111100001100111111011011011111011001010011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F00CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F00CFD; }

 p { color: rgb(240,12,253); }

 H1.HeaderClassName
 {
   color: #F00CFD;
 }
 .AnyTagClassName
 {
   color: #F00CFD;
 }
</style>
background-color css

<style>
 a { background-color: #F00CFD; }

 a { background-color: rgb(240,12,253); }

 div.DivClassName
 {
   background-color: #F00CFD;
 }
 .BgClassName
 {
   background-color: #F00CFD;
 }
</style>
border-color css

<style>
 span { border-color: #F00CFD; }

 span { border-color: rgb(240,12,253); }

 td.TdClassName
 {
   border-color: #F00CFD;
 }
 .TagClassName
 {
   border-color: #F00CFD;
 }
</style>