Html Css Color HEX #F010DB Hot Magenta

📋 copy color: '#F010DB'

red 240 ◦ green 16 ◦ blue 219

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

Shades of Hot Magenta #F010DB

Tints of Hot Magenta #F010DB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.37%

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

R = 50.53%
G = 3.37%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F010DB (or 0xF010DB) is known color: Hot Magenta. HEX triplet: F0, 10 and DB. RGB value is (240,16,219). Sum of RGB (Red+Green+Blue) = 240+16+219=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 16 (6.64% from 255 or 3.37% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F010DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F010DB is #0FEF24. Grayscale: #696969. Windows color (decimal): -1044261 or 14356720. OLE color: 14356720.

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

Color convert

RGB 240 16 219 -
CMYK 0 0.93 0.09 0.06
HSL 305.63º 0.88% 0.5% -
HSV(B) 305.63º 0.93% 0.94% -
XYZ 48.91 24.01 69.07 -
YUV 106.12 191.71 223.49 -
System Red Green Blue C M Y K H S L
Decimal 240 16 219 0 0.93 0.09 0.06 305.63 0.88 0.5
Hex F0 10 DB 0 5D 9 6 132 58 32
Octal 360 20 333 0 135 11 6 462 130 62
Binary 11110000 10000 11011011 0 1011101 1001 110 100110010 1011000 110010

Color Harmonies of #F010DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F010DB

Black with #F010DB

Text Example


Text Example

White with #F010DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F010DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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