Html Css Color HEX #F002DC Hot Magenta

📋 copy color: '#F002DC'

red 240 ◦ green 2 ◦ blue 220

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

Shades of Hot Magenta #F002DC

Tints of Hot Magenta #F002DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.62%

R = 51.95%
G = 0.43%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F002DC (or 0xF002DC) is known color: Hot Magenta. HEX triplet: F0, 02 and DC. RGB value is (240,2,220). Sum of RGB (Red+Green+Blue) = 240+2+220=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 2 (1.17% from 255 or 0.43% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F002DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F002DC is #0FFD23. Grayscale: #616161. Windows color (decimal): -1047844 or 14418672. OLE color: 14418672.

HSL color Cylindrical-coordinate representation of color #F002DC: hue angle of 305.04º 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 #F002DC is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 2 220 -
CMYK 0 0.99 0.08 0.06
HSL 305.04º 0.98% 0.47% -
HSV(B) 305.04º 0.99% 0.94% -
XYZ 48.88 23.74 69.72 -
YUV 98.01 196.85 229.27 -
System Red Green Blue C M Y K H S L
Decimal 240 2 220 0 0.99 0.08 0.06 305.04 0.98 0.47
Hex F0 2 DC 0 63 8 6 131 62 2F
Octal 360 2 334 0 143 10 6 461 142 57
Binary 11110000 10 11011100 0 1100011 1000 110 100110001 1100010 101111

Color Harmonies of #F002DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F002DC

Black with #F002DC

Text Example


Text Example

White with #F002DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F002DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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