Html Css Color HEX #F111D6 Hot Magenta

📋 copy color: '#F111D6'

red 241 ◦ green 17 ◦ blue 214

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

Shades of Hot Magenta #F111D6

Tints of Hot Magenta #F111D6

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.6%

 BLUE value IS 214 (83.98% from 255) = 45.34%

R = 51.06%
G = 3.6%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F111D6 (or 0xF111D6) is known color: Hot Magenta. HEX triplet: F1, 11 and D6. RGB value is (241,17,214). Sum of RGB (Red+Green+Blue) = 241+17+214=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 17 (7.03% from 255 or 3.60% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F111D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F111D6 is #0EEE29. Grayscale: #696969. Windows color (decimal): -978474 or 14029297. OLE color: 14029297.

HSL color Cylindrical-coordinate representation of color #F111D6: hue angle of 307.23º 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 #F111D6 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 17 214 -
CMYK 0 0.93 0.11 0.05
HSL 307.23º 0.89% 0.51% -
HSV(B) 307.23º 0.93% 0.95% -
XYZ 48.61 23.96 65.68 -
YUV 106.43 188.71 223.98 -
System Red Green Blue C M Y K H S L
Decimal 241 17 214 0 0.93 0.11 0.05 307.23 0.89 0.51
Hex F1 11 D6 0 5D B 5 133 59 33
Octal 361 21 326 0 135 13 5 463 131 63
Binary 11110001 10001 11010110 0 1011101 1011 101 100110011 1011001 110011

Color Harmonies of #F111D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F111D6

Black with #F111D6

Text Example


Text Example

White with #F111D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F111D6; }

 p { color: rgb(241,17,214); }

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

background-color css

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

 a { background-color: rgb(241,17,214); }

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

border-color css

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

 span { border-color: rgb(241,17,214); }

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