Html Css Color HEX #F113DB Hot Magenta

📋 copy color: '#F113DB'

red 241 ◦ green 19 ◦ blue 219

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

Shades of Hot Magenta #F113DB

Tints of Hot Magenta #F113DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.97%

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

R = 50.31%
G = 3.97%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F113DB (or 0xF113DB) is known color: Hot Magenta. HEX triplet: F1, 13 and DB. RGB value is (241,19,219). Sum of RGB (Red+Green+Blue) = 241+19+219=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 19 (7.81% from 255 or 3.97% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F113DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F113DB is #0EEC24. Grayscale: #6B6B6B. Windows color (decimal): -977957 or 14357489. OLE color: 14357489.

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

Color convert

RGB 241 19 219 -
CMYK 0 0.92 0.09 0.05
HSL 305.95º 0.89% 0.51% -
HSV(B) 305.95º 0.92% 0.95% -
XYZ 49.29 24.28 69.11 -
YUV 108.18 190.55 222.74 -
System Red Green Blue C M Y K H S L
Decimal 241 19 219 0 0.92 0.09 0.05 305.95 0.89 0.51
Hex F1 13 DB 0 5C 9 5 132 59 33
Octal 361 23 333 0 134 11 5 462 131 63
Binary 11110001 10011 11011011 0 1011100 1001 101 100110010 1011001 110011

Color Harmonies of #F113DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F113DB

Black with #F113DB

Text Example


Text Example

White with #F113DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F113DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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