Html Css Color HEX #F002C6 Hot Magenta

📋 copy color: '#F002C6'

red 240 ◦ green 2 ◦ blue 198

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

Shades of Hot Magenta #F002C6

Tints of Hot Magenta #F002C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45%

R = 54.55%
G = 0.45%
B = 45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F002C6 (or 0xF002C6) is known color: Hot Magenta. HEX triplet: F0, 02 and C6. RGB value is (240,2,198). Sum of RGB (Red+Green+Blue) = 240+2+198=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 2 (1.17% from 255 or 0.45% from 440); Blue value is 198 (77.73% from 255 or 45% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F002C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F002C6 is #0FFD39. Grayscale: #5E5E5E. Windows color (decimal): -1047866 or 12976880. OLE color: 12976880.

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

Color convert

RGB 240 2 198 -
CMYK 0 0.99 0.18 0.06
HSL 310.59º 0.98% 0.47% -
HSV(B) 310.59º 0.99% 0.94% -
XYZ 46.15 22.65 55.36 -
YUV 95.51 185.85 231.06 -
System Red Green Blue C M Y K H S L
Decimal 240 2 198 0 0.99 0.18 0.06 310.59 0.98 0.47
Hex F0 2 C6 0 63 12 6 137 62 2F
Octal 360 2 306 0 143 22 6 467 142 57
Binary 11110000 10 11000110 0 1100011 10010 110 100110111 1100010 101111

Color Harmonies of #F002C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F002C6

Black with #F002C6

Text Example


Text Example

White with #F002C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F002C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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