Html Css Color HEX #F112DB Hot Magenta

📋 copy color: '#F112DB'

red 241 ◦ green 18 ◦ blue 219

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

Shades of Hot Magenta #F112DB

Tints of Hot Magenta #F112DB

RGB

 RED value IS 241 (94.53% from 255) = 50.42%

 GREEN value IS 18 (7.42% from 255) = 3.77%

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

R = 50.42%
G = 3.77%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F112DB (or 0xF112DB) is known color: Hot Magenta. HEX triplet: F1, 12 and DB. RGB value is (241,18,219). Sum of RGB (Red+Green+Blue) = 241+18+219=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 18 (7.42% from 255 or 3.77% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F112DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F112DB is #0EED24. Grayscale: #6B6B6B. Windows color (decimal): -978213 or 14357233. OLE color: 14357233.

HSL color Cylindrical-coordinate representation of color #F112DB: hue angle of 305.92º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F112DB is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 18 219 -
CMYK 0 0.93 0.09 0.05
HSL 305.92º 0.89% 0.51% -
HSV(B) 305.92º 0.93% 0.95% -
XYZ 49.28 24.25 69.1 -
YUV 107.59 190.88 223.16 -
System Red Green Blue C M Y K H S L
Decimal 241 18 219 0 0.93 0.09 0.05 305.92 0.89 0.51
Hex F1 12 DB 0 5D 9 5 132 59 33
Octal 361 22 333 0 135 11 5 462 131 63
Binary 11110001 10010 11011011 0 1011101 1001 101 100110010 1011001 110011

Color Harmonies of #F112DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F112DB

Black with #F112DB

Text Example


Text Example

White with #F112DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F112DB; }

 p { color: rgb(241,18,219); }

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

background-color css

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

 a { background-color: rgb(241,18,219); }

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

border-color css

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

 span { border-color: rgb(241,18,219); }

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