Html Css Color HEX #F602DB Hot Magenta

📋 copy color: '#F602DB'

red 246 ◦ green 2 ◦ blue 219

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

Shades of Hot Magenta #F602DB

Tints of Hot Magenta #F602DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.9%

R = 52.68%
G = 0.43%
B = 46.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F602DB (or 0xF602DB) is known color: Hot Magenta. HEX triplet: F6, 02 and DB. RGB value is (246,2,219). Sum of RGB (Red+Green+Blue) = 246+2+219=467 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.68% from 467); Green value is 2 (1.17% from 255 or 0.43% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 246 - color contains mainly: red. Hex color #F602DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F602DB is #09FD24. Grayscale: #636363. Windows color (decimal): -654629 or 14353142. OLE color: 14353142.

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

Color convert

RGB 246 2 219 -
CMYK 0 0.99 0.11 0.04
HSL 306.64º 0.98% 0.49% -
HSV(B) 306.64º 0.99% 0.96% -
XYZ 50.81 24.75 69.12 -
YUV 99.69 195.34 232.36 -
System Red Green Blue C M Y K H S L
Decimal 246 2 219 0 0.99 0.11 0.04 306.64 0.98 0.49
Hex F6 2 DB 0 63 B 4 133 62 31
Octal 366 2 333 0 143 13 4 463 142 61
Binary 11110110 10 11011011 0 1100011 1011 100 100110011 1100010 110001

Color Harmonies of #F602DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F602DB

Black with #F602DB

Text Example


Text Example

White with #F602DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F602DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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