Html Css Color HEX #F12F32 Alizarin

📋 copy color: '#F12F32'

red 241 ◦ green 47 ◦ blue 50

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

Shades of Alizarin #F12F32

Tints of Alizarin #F12F32

RGB

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

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

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

R = 71.3%
G = 13.91%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F12F32 (or 0xF12F32) is known color: Alizarin. HEX triplet: F1, 2F and 32. RGB value is (241,47,50). Sum of RGB (Red+Green+Blue) = 241+47+50=338 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.30% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12F32 is #0ED0CD. Grayscale: #696969. Windows color (decimal): -970958 or 3289073. OLE color: 3289073.

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

Color convert

RGB 241 47 50 -
CMYK 0 0.80 0.79 0.05
HSL 359.07º 0.87% 0.56% -
HSV(B) 359.07º 0.8% 0.95% -
XYZ 37.87 20.96 5.07 -
YUV 105.35 96.77 224.76 -
System Red Green Blue C M Y K H S L
Decimal 241 47 50 0 0.80 0.79 0.05 359.07 0.87 0.56
Hex F1 2F 32 0 50 4F 5 167 57 38
Octal 361 57 62 0 120 117 5 547 127 70
Binary 11110001 101111 110010 0 1010000 1001111 101 101100111 1010111 111000

Color Harmonies of #F12F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12F32

Black with #F12F32

Text Example


Text Example

White with #F12F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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