Html Css Color HEX #F112E8 Magenta

📋 copy color: '#F112E8'

red 241 ◦ green 18 ◦ blue 232

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

Shades of Magenta #F112E8

Tints of Magenta #F112E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 47.25%

R = 49.08%
G = 3.67%
B = 47.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F112E8 (or 0xF112E8) is known color: Magenta. HEX triplet: F1, 12 and E8. RGB value is (241,18,232). Sum of RGB (Red+Green+Blue) = 241+18+232=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 18 (7.42% from 255 or 3.67% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F112E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F112E8 is #0EED17. Grayscale: #6C6C6C. Windows color (decimal): -978200 or 15209201. OLE color: 15209201.

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

Color convert

RGB 241 18 232 -
CMYK 0 0.93 0.04 0.05
HSL 302.42º 0.89% 0.51% -
HSV(B) 302.42º 0.93% 0.95% -
XYZ 51.06 24.96 78.47 -
YUV 109.07 197.38 222.1 -
System Red Green Blue C M Y K H S L
Decimal 241 18 232 0 0.93 0.04 0.05 302.42 0.89 0.51
Hex F1 12 E8 0 5D 4 5 12E 59 33
Octal 361 22 350 0 135 4 5 456 131 63
Binary 11110001 10010 11101000 0 1011101 100 101 100101110 1011001 110011

Color Harmonies of #F112E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F112E8

Black with #F112E8

Text Example


Text Example

White with #F112E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F112E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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