Html Css Color HEX #F016DB Hot Magenta

📋 copy color: '#F016DB'

red 240 ◦ green 22 ◦ blue 219

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

Shades of Hot Magenta #F016DB

Tints of Hot Magenta #F016DB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.57%

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

R = 49.9%
G = 4.57%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F016DB (or 0xF016DB) is known color: Hot Magenta. HEX triplet: F0, 16 and DB. RGB value is (240,22,219). Sum of RGB (Red+Green+Blue) = 240+22+219=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 22 (8.98% from 255 or 4.57% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F016DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F016DB is #0FE924. Grayscale: #6D6D6D. Windows color (decimal): -1042725 or 14358256. OLE color: 14358256.

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

Color convert

RGB 240 22 219 -
CMYK 0 0.91 0.09 0.06
HSL 305.78º 0.88% 0.51% -
HSV(B) 305.78º 0.91% 0.94% -
XYZ 49.01 24.21 69.11 -
YUV 109.64 189.72 220.98 -
System Red Green Blue C M Y K H S L
Decimal 240 22 219 0 0.91 0.09 0.06 305.78 0.88 0.51
Hex F0 16 DB 0 5B 9 6 132 58 33
Octal 360 26 333 0 133 11 6 462 130 63
Binary 11110000 10110 11011011 0 1011011 1001 110 100110010 1011000 110011

Color Harmonies of #F016DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F016DB

Black with #F016DB

Text Example


Text Example

White with #F016DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F016DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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