#f00cdc

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

Shades of Hot Magenta #F00CDC

Tints of Hot Magenta #F00CDC

Color information

#F00CDC (or 0xF00CDC) is unknown color: approx Hot Magenta. HEX triplet: F0, 0C and DC. RGB value is (240,12,220). Sum of RGB (Red+Green+Blue) = 240+12+220=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 12 (5.08% from 255 or 2.54% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F00CDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00CDC is #0FF323. Grayscale: #676767. Windows color (decimal): -1045284 or 14421232. OLE color: 14421232.

HSL color Cylindrical-coordinate representation of color #F00CDC: hue angle of 305.26º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00CDC is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB24012220-
CMYK00.950.080.06
HSL305.26º90.48%49.41%-
HSV(B)305.26º95%94.12%-
XYZ48.9823.9669.75-
YUV103.88193.54225.09-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.85%
GREEN value IS 12 (5.08% from 255) = 2.54%
BLUE value IS 220 (86.33% from 255) = 46.61%
R=50.85%
G=2.54%
B=46.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401222000.950.080.06305.2690.4849.41
HexF0CDC05F861315a31
Octal36014334013710646113261
Binary111100001100110111000101111110001101001100011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f00cdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f00cdc; }

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

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

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

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

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

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

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

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