Html Css Color HEX #F002CC Hot Magenta

📋 copy color: '#F002CC'

red 240 ◦ green 2 ◦ blue 204

#F002CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Magenta #F002CC

Tints of Hot Magenta #F002CC

RGB

 RED value IS 240 (94.14% from 255) = 53.81%

 GREEN value IS 2 (1.17% from 255) = 0.45%

 BLUE value IS 204 (80.08% from 255) = 45.74%

R = 53.81%
G = 0.45%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F002CC (or 0xF002CC) is known color: Hot Magenta. HEX triplet: F0, 02 and CC. RGB value is (240,2,204). Sum of RGB (Red+Green+Blue) = 240+2+204=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 2 (1.17% from 255 or 0.45% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F002CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F002CC is #0FFD33. Grayscale: #5F5F5F. Windows color (decimal): -1047860 or 13370096. OLE color: 13370096.

HSL color Cylindrical-coordinate representation of color #F002CC: hue angle of 309.08º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F002CC is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 2 204 -
CMYK 0 0.99 0.15 0.06
HSL 309.08º 0.98% 0.47% -
HSV(B) 309.08º 0.99% 0.94% -
XYZ 46.86 22.93 59.08 -
YUV 96.19 188.85 230.57 -
System Red Green Blue C M Y K H S L
Decimal 240 2 204 0 0.99 0.15 0.06 309.08 0.98 0.47
Hex F0 2 CC 0 63 F 6 135 62 2F
Octal 360 2 314 0 143 17 6 465 142 57
Binary 11110000 10 11001100 0 1100011 1111 110 100110101 1100010 101111

Color Harmonies of #F002CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F002CC

Black with #F002CC

Text Example


Text Example

White with #F002CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F002CC; }

 p { color: rgb(240,2,204); }

 H1.HeaderClassName
 {
   color: #F002CC;
 }
 .AnyTagClassName
 {
   color: #F002CC;
 }
</style>

background-color css

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

 a { background-color: rgb(240,2,204); }

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

border-color css

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

 span { border-color: rgb(240,2,204); }

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