Html Css Color HEX #F12039 Alizarin

📋 copy color: '#F12039'

red 241 ◦ green 32 ◦ blue 57

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

Shades of Alizarin #F12039

Tints of Alizarin #F12039

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.7%

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

R = 73.03%
G = 9.7%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F12039 (or 0xF12039) is known color: Alizarin. HEX triplet: F1, 20 and 39. RGB value is (241,32,57). Sum of RGB (Red+Green+Blue) = 241+32+57=330 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.03% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 241 - color contains mainly: red. Hex color #F12039 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12039 is #0EDFC6. Grayscale: #616161. Windows color (decimal): -974791 or 3743985. OLE color: 3743985.

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

Color convert

RGB 241 32 57 -
CMYK 0 0.87 0.76 0.05
HSL 352.82º 0.88% 0.54% -
HSV(B) 352.82º 0.87% 0.95% -
XYZ 37.53 20.03 5.76 -
YUV 97.34 105.24 230.47 -
System Red Green Blue C M Y K H S L
Decimal 241 32 57 0 0.87 0.76 0.05 352.82 0.88 0.54
Hex F1 20 39 0 57 4C 5 161 58 36
Octal 361 40 71 0 127 114 5 541 130 66
Binary 11110001 100000 111001 0 1010111 1001100 101 101100001 1011000 110110

Color Harmonies of #F12039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12039

Black with #F12039

Text Example


Text Example

White with #F12039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12039; }

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

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

background-color css

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

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

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

border-color css

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

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

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