Html Css Color HEX #F12142 Alizarin

📋 copy color: '#F12142'

red 241 ◦ green 33 ◦ blue 66

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

Shades of Alizarin #F12142

Tints of Alizarin #F12142

RGB

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

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

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

R = 70.88%
G = 9.71%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F12142 (or 0xF12142) is known color: Alizarin. HEX triplet: F1, 21 and 42. RGB value is (241,33,66). Sum of RGB (Red+Green+Blue) = 241+33+66=340 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.88% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 66 (26.17% from 255 or 19.41% from 340); Max value from RGB is 241 - color contains mainly: red. Hex color #F12142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12142 is #0EDEBD. Grayscale: #636363. Windows color (decimal): -974526 or 4334065. OLE color: 4334065.

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

Color convert

RGB 241 33 66 -
CMYK 0 0.86 0.73 0.05
HSL 350.48º 0.88% 0.54% -
HSV(B) 350.48º 0.86% 0.95% -
XYZ 37.8 20.18 7.06 -
YUV 98.95 109.41 229.32 -
System Red Green Blue C M Y K H S L
Decimal 241 33 66 0 0.86 0.73 0.05 350.48 0.88 0.54
Hex F1 21 42 0 56 49 5 15E 58 36
Octal 361 41 102 0 126 111 5 536 130 66
Binary 11110001 100001 1000010 0 1010110 1001001 101 101011110 1011000 110110

Color Harmonies of #F12142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12142

Black with #F12142

Text Example


Text Example

White with #F12142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12142; }

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

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

background-color css

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

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

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

border-color css

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

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

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