Html Css Color HEX #F602DD Hot Magenta

📋 copy color: '#F602DD'

red 246 ◦ green 2 ◦ blue 221

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

Shades of Hot Magenta #F602DD

Tints of Hot Magenta #F602DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.12%

R = 52.45%
G = 0.43%
B = 47.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F602DD (or 0xF602DD) is known color: Hot Magenta. HEX triplet: F6, 02 and DD. RGB value is (246,2,221). Sum of RGB (Red+Green+Blue) = 246+2+221=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 2 (1.17% from 255 or 0.43% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F602DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F602DD is #09FD22. Grayscale: #636363. Windows color (decimal): -654627 or 14484214. OLE color: 14484214.

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

Color convert

RGB 246 2 221 -
CMYK 0 0.99 0.10 0.04
HSL 306.15º 0.98% 0.49% -
HSV(B) 306.15º 0.99% 0.96% -
XYZ 51.08 24.86 70.51 -
YUV 99.92 196.34 232.19 -
System Red Green Blue C M Y K H S L
Decimal 246 2 221 0 0.99 0.10 0.04 306.15 0.98 0.49
Hex F6 2 DD 0 63 A 4 132 62 31
Octal 366 2 335 0 143 12 4 462 142 61
Binary 11110110 10 11011101 0 1100011 1010 100 100110010 1100010 110001

Color Harmonies of #F602DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F602DD

Black with #F602DD

Text Example


Text Example

White with #F602DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F602DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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