Html Css Color HEX #F009DB Hot Magenta

📋 copy color: '#F009DB'

red 240 ◦ green 9 ◦ blue 219

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

Shades of Hot Magenta #F009DB

Tints of Hot Magenta #F009DB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.92%

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

R = 51.28%
G = 1.92%
B = 46.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F009DB (or 0xF009DB) is known color: Hot Magenta. HEX triplet: F0, 09 and DB. RGB value is (240,9,219). Sum of RGB (Red+Green+Blue) = 240+9+219=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 9 (3.91% from 255 or 1.92% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F009DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F009DB is #0FF624. Grayscale: #656565. Windows color (decimal): -1046053 or 14354928. OLE color: 14354928.

HSL color Cylindrical-coordinate representation of color #F009DB: hue angle of 305.45º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F009DB is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 9 219 -
CMYK 0 0.96 0.09 0.06
HSL 305.45º 0.93% 0.49% -
HSV(B) 305.45º 0.96% 0.94% -
XYZ 48.82 23.84 69.05 -
YUV 102.01 194.03 226.42 -
System Red Green Blue C M Y K H S L
Decimal 240 9 219 0 0.96 0.09 0.06 305.45 0.93 0.49
Hex F0 9 DB 0 60 9 6 131 5D 31
Octal 360 11 333 0 140 11 6 461 135 61
Binary 11110000 1001 11011011 0 1100000 1001 110 100110001 1011101 110001

Color Harmonies of #F009DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F009DB

Black with #F009DB

Text Example


Text Example

White with #F009DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F009DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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