Html Css Color HEX #F12342 Alizarin

📋 copy color: '#F12342'

red 241 ◦ green 35 ◦ blue 66

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

Shades of Alizarin #F12342

Tints of Alizarin #F12342

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.23%

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

R = 70.47%
G = 10.23%
B = 19.3%

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

#F12342 (or 0xF12342) is known color: Alizarin. HEX triplet: F1, 23 and 42. RGB value is (241,35,66). Sum of RGB (Red+Green+Blue) = 241+35+66=342 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.47% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 241 - color contains mainly: red. Hex color #F12342 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12342 is #0EDCBD. Grayscale: #646464. Windows color (decimal): -974014 or 4334577. OLE color: 4334577.

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

Color convert

RGB 241 35 66 -
CMYK 0 0.85 0.73 0.05
HSL 350.97º 0.88% 0.54% -
HSV(B) 350.97º 0.85% 0.95% -
XYZ 37.86 20.3 7.08 -
YUV 100.13 108.75 228.48 -
System Red Green Blue C M Y K H S L
Decimal 241 35 66 0 0.85 0.73 0.05 350.97 0.88 0.54
Hex F1 23 42 0 55 49 5 15F 58 36
Octal 361 43 102 0 125 111 5 537 130 66
Binary 11110001 100011 1000010 0 1010101 1001001 101 101011111 1011000 110110

Color Harmonies of #F12342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12342

Black with #F12342

Text Example


Text Example

White with #F12342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12342; }

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

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

background-color css

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

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

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

border-color css

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

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

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