Html Css Color HEX #F112E3 Hot Magenta

📋 copy color: '#F112E3'

red 241 ◦ green 18 ◦ blue 227

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

Shades of Hot Magenta #F112E3

Tints of Hot Magenta #F112E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 46.71%

R = 49.59%
G = 3.7%
B = 46.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F112E3 (or 0xF112E3) is known color: Hot Magenta. HEX triplet: F1, 12 and E3. RGB value is (241,18,227). Sum of RGB (Red+Green+Blue) = 241+18+227=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 18 (7.42% from 255 or 3.70% from 486); Blue value is 227 (89.06% from 255 or 46.71% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F112E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F112E3 is #0EED1C. Grayscale: #6B6B6B. Windows color (decimal): -978205 or 14881521. OLE color: 14881521.

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

Color convert

RGB 241 18 227 -
CMYK 0 0.93 0.06 0.05
HSL 303.77º 0.89% 0.51% -
HSV(B) 303.77º 0.93% 0.95% -
XYZ 50.36 24.68 74.78 -
YUV 108.5 194.88 222.51 -
System Red Green Blue C M Y K H S L
Decimal 241 18 227 0 0.93 0.06 0.05 303.77 0.89 0.51
Hex F1 12 E3 0 5D 6 5 130 59 33
Octal 361 22 343 0 135 6 5 460 131 63
Binary 11110001 10010 11100011 0 1011101 110 101 100110000 1011001 110011

Color Harmonies of #F112E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F112E3

Black with #F112E3

Text Example


Text Example

White with #F112E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F112E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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