Html Css Color HEX #F12F42 Alizarin

📋 copy color: '#F12F42'

red 241 ◦ green 47 ◦ blue 66

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

Shades of Alizarin #F12F42

Tints of Alizarin #F12F42

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.28%

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

R = 68.08%
G = 13.28%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F12F42 (or 0xF12F42) is known color: Alizarin. HEX triplet: F1, 2F and 42. RGB value is (241,47,66). Sum of RGB (Red+Green+Blue) = 241+47+66=354 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.08% from 354); Green value is 47 (18.75% from 255 or 13.28% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12F42 is #0ED0BD. Grayscale: #6B6B6B. Windows color (decimal): -970942 or 4337649. OLE color: 4337649.

HSL color Cylindrical-coordinate representation of color #F12F42: hue angle of 354.12º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F12F42 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 47 66 -
CMYK 0 0.80 0.73 0.05
HSL 354.12º 0.87% 0.56% -
HSV(B) 354.12º 0.8% 0.95% -
XYZ 38.28 21.13 7.21 -
YUV 107.17 104.77 223.46 -
System Red Green Blue C M Y K H S L
Decimal 241 47 66 0 0.80 0.73 0.05 354.12 0.87 0.56
Hex F1 2F 42 0 50 49 5 162 57 38
Octal 361 57 102 0 120 111 5 542 127 70
Binary 11110001 101111 1000010 0 1010000 1001001 101 101100010 1010111 111000

Color Harmonies of #F12F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12F42

Black with #F12F42

Text Example


Text Example

White with #F12F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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