Html Css Color HEX #F602D9 Hot Magenta

📋 copy color: '#F602D9'

red 246 ◦ green 2 ◦ blue 217

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

Shades of Hot Magenta #F602D9

Tints of Hot Magenta #F602D9

RGB

 RED value IS 246 (96.48% from 255) = 52.9%

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

 BLUE value IS 217 (85.16% from 255) = 46.67%

R = 52.9%
G = 0.43%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F602D9 (or 0xF602D9) is known color: Hot Magenta. HEX triplet: F6, 02 and D9. RGB value is (246,2,217). Sum of RGB (Red+Green+Blue) = 246+2+217=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 2 (1.17% from 255 or 0.43% from 465); Blue value is 217 (85.16% from 255 or 46.67% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F602D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F602D9 is #09FD26. Grayscale: #626262. Windows color (decimal): -654631 or 14222070. OLE color: 14222070.

HSL color Cylindrical-coordinate representation of color #F602D9: hue angle of 307.13º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F602D9 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 2 217 -
CMYK 0 0.99 0.12 0.04
HSL 307.13º 0.98% 0.49% -
HSV(B) 307.13º 0.99% 0.96% -
XYZ 50.55 24.65 67.74 -
YUV 99.47 194.34 232.52 -
System Red Green Blue C M Y K H S L
Decimal 246 2 217 0 0.99 0.12 0.04 307.13 0.98 0.49
Hex F6 2 D9 0 63 C 4 133 62 31
Octal 366 2 331 0 143 14 4 463 142 61
Binary 11110110 10 11011001 0 1100011 1100 100 100110011 1100010 110001

Color Harmonies of #F602D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F602D9

Black with #F602D9

Text Example


Text Example

White with #F602D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F602D9; }

 p { color: rgb(246,2,217); }

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

background-color css

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

 a { background-color: rgb(246,2,217); }

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

border-color css

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

 span { border-color: rgb(246,2,217); }

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