Html Css Color HEX #F12432 Alizarin

📋 copy color: '#F12432'

red 241 ◦ green 36 ◦ blue 50

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

Shades of Alizarin #F12432

Tints of Alizarin #F12432

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.01%

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

R = 73.7%
G = 11.01%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F12432 (or 0xF12432) is known color: Alizarin. HEX triplet: F1, 24 and 32. RGB value is (241,36,50). Sum of RGB (Red+Green+Blue) = 241+36+50=327 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.70% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 241 - color contains mainly: red. Hex color #F12432 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12432 is #0EDBCD. Grayscale: #636363. Windows color (decimal): -973774 or 3286257. OLE color: 3286257.

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

Color convert

RGB 241 36 50 -
CMYK 0 0.85 0.79 0.05
HSL 355.9º 0.88% 0.54% -
HSV(B) 355.9º 0.85% 0.95% -
XYZ 37.48 20.19 4.94 -
YUV 98.89 100.42 229.36 -
System Red Green Blue C M Y K H S L
Decimal 241 36 50 0 0.85 0.79 0.05 355.9 0.88 0.54
Hex F1 24 32 0 55 4F 5 164 58 36
Octal 361 44 62 0 125 117 5 544 130 66
Binary 11110001 100100 110010 0 1010101 1001111 101 101100100 1011000 110110

Color Harmonies of #F12432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12432

Black with #F12432

Text Example


Text Example

White with #F12432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12432; }

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

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

background-color css

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

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

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

border-color css

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

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

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