Html Css Color HEX #F111D7 Hot Magenta

📋 copy color: '#F111D7'

red 241 ◦ green 17 ◦ blue 215

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

Shades of Hot Magenta #F111D7

Tints of Hot Magenta #F111D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.45%

R = 50.95%
G = 3.59%
B = 45.45%

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

#F111D7 (or 0xF111D7) is known color: Hot Magenta. HEX triplet: F1, 11 and D7. RGB value is (241,17,215). Sum of RGB (Red+Green+Blue) = 241+17+215=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 17 (7.03% from 255 or 3.59% from 473); Blue value is 215 (84.38% from 255 or 45.45% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F111D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F111D7 is #0EEE28. Grayscale: #696969. Windows color (decimal): -978473 or 14094833. OLE color: 14094833.

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

Color convert

RGB 241 17 215 -
CMYK 0 0.93 0.11 0.05
HSL 306.96º 0.89% 0.51% -
HSV(B) 306.96º 0.93% 0.95% -
XYZ 48.74 24.01 66.36 -
YUV 106.55 189.21 223.9 -
System Red Green Blue C M Y K H S L
Decimal 241 17 215 0 0.93 0.11 0.05 306.96 0.89 0.51
Hex F1 11 D7 0 5D B 5 133 59 33
Octal 361 21 327 0 135 13 5 463 131 63
Binary 11110001 10001 11010111 0 1011101 1011 101 100110011 1011001 110011

Color Harmonies of #F111D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F111D7

Black with #F111D7

Text Example


Text Example

White with #F111D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F111D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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