Html Css Color HEX #F006DB Hot Magenta

📋 copy color: '#F006DB'

red 240 ◦ green 6 ◦ blue 219

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

Shades of Hot Magenta #F006DB

Tints of Hot Magenta #F006DB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.29%

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

R = 51.61%
G = 1.29%
B = 47.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F006DB (or 0xF006DB) is known color: Hot Magenta. HEX triplet: F0, 06 and DB. RGB value is (240,6,219). Sum of RGB (Red+Green+Blue) = 240+6+219=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 6 (2.73% from 255 or 1.29% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F006DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F006DB is #0FF924. Grayscale: #636363. Windows color (decimal): -1046821 or 14354160. OLE color: 14354160.

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

Color convert

RGB 240 6 219 -
CMYK 0 0.98 0.09 0.06
HSL 305.38º 0.95% 0.48% -
HSV(B) 305.38º 0.98% 0.94% -
XYZ 48.79 23.77 69.03 -
YUV 100.25 195.02 227.68 -
System Red Green Blue C M Y K H S L
Decimal 240 6 219 0 0.98 0.09 0.06 305.38 0.95 0.48
Hex F0 6 DB 0 62 9 6 131 5F 30
Octal 360 6 333 0 142 11 6 461 137 60
Binary 11110000 110 11011011 0 1100010 1001 110 100110001 1011111 110000

Color Harmonies of #F006DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F006DB

Black with #F006DB

Text Example


Text Example

White with #F006DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F006DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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