Html Css Color HEX #F12D39 Alizarin

📋 copy color: '#F12D39'

red 241 ◦ green 45 ◦ blue 57

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

Shades of Alizarin #F12D39

Tints of Alizarin #F12D39

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.12%

 BLUE value IS 57 (22.66% from 255) = 16.62%

R = 70.26%
G = 13.12%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F12D39 (or 0xF12D39) is known color: Alizarin. HEX triplet: F1, 2D and 39. RGB value is (241,45,57). Sum of RGB (Red+Green+Blue) = 241+45+57=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 57 (22.66% from 255 or 16.62% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12D39 is #0ED2C6. Grayscale: #696969. Windows color (decimal): -971463 or 3747313. OLE color: 3747313.

HSL color Cylindrical-coordinate representation of color #F12D39: hue angle of 356.33º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F12D39 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 45 57 -
CMYK 0 0.81 0.76 0.05
HSL 356.33º 0.88% 0.56% -
HSV(B) 356.33º 0.81% 0.95% -
XYZ 37.95 20.87 5.9 -
YUV 104.97 100.93 225.02 -
System Red Green Blue C M Y K H S L
Decimal 241 45 57 0 0.81 0.76 0.05 356.33 0.88 0.56
Hex F1 2D 39 0 51 4C 5 164 58 38
Octal 361 55 71 0 121 114 5 544 130 70
Binary 11110001 101101 111001 0 1010001 1001100 101 101100100 1011000 111000

Color Harmonies of #F12D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12D39

Black with #F12D39

Text Example


Text Example

White with #F12D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12D39; }

 p { color: rgb(241,45,57); }

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

background-color css

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

 a { background-color: rgb(241,45,57); }

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

border-color css

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

 span { border-color: rgb(241,45,57); }

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