Html Css Color HEX #F12F3B Alizarin

📋 copy color: '#F12F3B'

red 241 ◦ green 47 ◦ blue 59

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

Shades of Alizarin #F12F3B

Tints of Alizarin #F12F3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17%

R = 69.45%
G = 13.54%
B = 17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F12F3B (or 0xF12F3B) is known color: Alizarin. HEX triplet: F1, 2F and 3B. RGB value is (241,47,59). Sum of RGB (Red+Green+Blue) = 241+47+59=347 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.45% from 347); Green value is 47 (18.75% from 255 or 13.54% from 347); Blue value is 59 (23.44% from 255 or 17.00% from 347); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12F3B is #0ED0C4. Grayscale: #6A6A6A. Windows color (decimal): -970949 or 3878897. OLE color: 3878897.

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

Color convert

RGB 241 47 59 -
CMYK 0 0.80 0.76 0.05
HSL 356.29º 0.87% 0.56% -
HSV(B) 356.29º 0.8% 0.95% -
XYZ 38.08 21.05 6.19 -
YUV 106.37 101.27 224.02 -
System Red Green Blue C M Y K H S L
Decimal 241 47 59 0 0.80 0.76 0.05 356.29 0.87 0.56
Hex F1 2F 3B 0 50 4C 5 164 57 38
Octal 361 57 73 0 120 114 5 544 127 70
Binary 11110001 101111 111011 0 1010000 1001100 101 101100100 1010111 111000

Color Harmonies of #F12F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12F3B

Black with #F12F3B

Text Example


Text Example

White with #F12F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12F3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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