Html Css Color HEX #F12442 Alizarin

📋 copy color: '#F12442'

red 241 ◦ green 36 ◦ blue 66

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

Shades of Alizarin #F12442

Tints of Alizarin #F12442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.24%

R = 70.26%
G = 10.5%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F12442 (or 0xF12442) is known color: Alizarin. HEX triplet: F1, 24 and 42. RGB value is (241,36,66). Sum of RGB (Red+Green+Blue) = 241+36+66=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F12442 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12442 is #0EDBBD. Grayscale: #646464. Windows color (decimal): -973758 or 4334833. OLE color: 4334833.

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

Color convert

RGB 241 36 66 -
CMYK 0 0.85 0.73 0.05
HSL 351.22º 0.88% 0.54% -
HSV(B) 351.22º 0.85% 0.95% -
XYZ 37.89 20.36 7.09 -
YUV 100.72 108.42 228.06 -
System Red Green Blue C M Y K H S L
Decimal 241 36 66 0 0.85 0.73 0.05 351.22 0.88 0.54
Hex F1 24 42 0 55 49 5 15F 58 36
Octal 361 44 102 0 125 111 5 537 130 66
Binary 11110001 100100 1000010 0 1010101 1001001 101 101011111 1011000 110110

Color Harmonies of #F12442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12442

Black with #F12442

Text Example


Text Example

White with #F12442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12442; }

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

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

background-color css

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

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

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

border-color css

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

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

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