Html Css Color HEX #F111E0 Hot Magenta

📋 copy color: '#F111E0'

red 241 ◦ green 17 ◦ blue 224

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

Shades of Hot Magenta #F111E0

Tints of Hot Magenta #F111E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.47%

R = 50%
G = 3.53%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F111E0 (or 0xF111E0) is known color: Hot Magenta. HEX triplet: F1, 11 and E0. RGB value is (241,17,224). Sum of RGB (Red+Green+Blue) = 241+17+224=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 17 (7.03% from 255 or 3.53% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F111E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F111E0 is #0EEE1F. Grayscale: #6A6A6A. Windows color (decimal): -978464 or 14684657. OLE color: 14684657.

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

Color convert

RGB 241 17 224 -
CMYK 0 0.93 0.07 0.05
HSL 304.55º 0.89% 0.51% -
HSV(B) 304.55º 0.93% 0.95% -
XYZ 49.93 24.48 72.62 -
YUV 107.57 193.71 223.17 -
System Red Green Blue C M Y K H S L
Decimal 241 17 224 0 0.93 0.07 0.05 304.55 0.89 0.51
Hex F1 11 E0 0 5D 7 5 131 59 33
Octal 361 21 340 0 135 7 5 461 131 63
Binary 11110001 10001 11100000 0 1011101 111 101 100110001 1011001 110011

Color Harmonies of #F111E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F111E0

Black with #F111E0

Text Example


Text Example

White with #F111E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F111E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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