Html Css Color HEX #F12032 Alizarin

📋 copy color: '#F12032'

red 241 ◦ green 32 ◦ blue 50

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

Shades of Alizarin #F12032

Tints of Alizarin #F12032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.48%

R = 74.61%
G = 9.91%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F12032 (or 0xF12032) is known color: Alizarin. HEX triplet: F1, 20 and 32. RGB value is (241,32,50). Sum of RGB (Red+Green+Blue) = 241+32+50=323 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.61% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 241 - color contains mainly: red. Hex color #F12032 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12032 is #0EDFCD. Grayscale: #606060. Windows color (decimal): -974798 or 3285233. OLE color: 3285233.

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

Color convert

RGB 241 32 50 -
CMYK 0 0.87 0.79 0.05
HSL 354.83º 0.88% 0.54% -
HSV(B) 354.83º 0.87% 0.95% -
XYZ 37.37 19.96 4.9 -
YUV 96.54 101.74 231.04 -
System Red Green Blue C M Y K H S L
Decimal 241 32 50 0 0.87 0.79 0.05 354.83 0.88 0.54
Hex F1 20 32 0 57 4F 5 163 58 36
Octal 361 40 62 0 127 117 5 543 130 66
Binary 11110001 100000 110010 0 1010111 1001111 101 101100011 1011000 110110

Color Harmonies of #F12032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12032

Black with #F12032

Text Example


Text Example

White with #F12032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12032; }

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

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

background-color css

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

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

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

border-color css

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

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

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