Html Css Color HEX #F002DB Hot Magenta

📋 copy color: '#F002DB'

red 240 ◦ green 2 ◦ blue 219

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

Shades of Hot Magenta #F002DB

Tints of Hot Magenta #F002DB

RGB

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

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

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

R = 52.06%
G = 0.43%
B = 47.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F002DB (or 0xF002DB) is known color: Hot Magenta. HEX triplet: F0, 02 and DB. RGB value is (240,2,219). Sum of RGB (Red+Green+Blue) = 240+2+219=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 2 (1.17% from 255 or 0.43% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F002DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F002DB is #0FFD24. Grayscale: #616161. Windows color (decimal): -1047845 or 14353136. OLE color: 14353136.

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

Color convert

RGB 240 2 219 -
CMYK 0 0.99 0.09 0.06
HSL 305.29º 0.98% 0.47% -
HSV(B) 305.29º 0.99% 0.94% -
XYZ 48.74 23.68 69.02 -
YUV 97.9 196.35 229.36 -
System Red Green Blue C M Y K H S L
Decimal 240 2 219 0 0.99 0.09 0.06 305.29 0.98 0.47
Hex F0 2 DB 0 63 9 6 131 62 2F
Octal 360 2 333 0 143 11 6 461 142 57
Binary 11110000 10 11011011 0 1100011 1001 110 100110001 1100010 101111

Color Harmonies of #F002DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F002DB

Black with #F002DB

Text Example


Text Example

White with #F002DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F002DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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