Html Css Color HEX #F12139 Alizarin

📋 copy color: '#F12139'

red 241 ◦ green 33 ◦ blue 57

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

Shades of Alizarin #F12139

Tints of Alizarin #F12139

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.97%

 BLUE value IS 57 (22.66% from 255) = 17.22%

R = 72.81%
G = 9.97%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F12139 (or 0xF12139) is known color: Alizarin. HEX triplet: F1, 21 and 39. RGB value is (241,33,57). Sum of RGB (Red+Green+Blue) = 241+33+57=331 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.81% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 57 (22.66% from 255 or 17.22% from 331); Max value from RGB is 241 - color contains mainly: red. Hex color #F12139 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12139 is #0EDEC6. Grayscale: #626262. Windows color (decimal): -974535 or 3744241. OLE color: 3744241.

HSL color Cylindrical-coordinate representation of color #F12139: hue angle of 353.08º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F12139 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 33 57 -
CMYK 0 0.86 0.76 0.05
HSL 353.08º 0.88% 0.54% -
HSV(B) 353.08º 0.86% 0.95% -
XYZ 37.56 20.08 5.77 -
YUV 97.93 104.91 230.05 -
System Red Green Blue C M Y K H S L
Decimal 241 33 57 0 0.86 0.76 0.05 353.08 0.88 0.54
Hex F1 21 39 0 56 4C 5 161 58 36
Octal 361 41 71 0 126 114 5 541 130 66
Binary 11110001 100001 111001 0 1010110 1001100 101 101100001 1011000 110110

Color Harmonies of #F12139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12139

Black with #F12139

Text Example


Text Example

White with #F12139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12139; }

 p { color: rgb(241,33,57); }

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

background-color css

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

 a { background-color: rgb(241,33,57); }

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

border-color css

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

 span { border-color: rgb(241,33,57); }

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