Html Css Color HEX #F12539 Alizarin

📋 copy color: '#F12539'

red 241 ◦ green 37 ◦ blue 57

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

Shades of Alizarin #F12539

Tints of Alizarin #F12539

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.04%

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

R = 71.94%
G = 11.04%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F12539 (or 0xF12539) is known color: Alizarin. HEX triplet: F1, 25 and 39. RGB value is (241,37,57). Sum of RGB (Red+Green+Blue) = 241+37+57=335 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.94% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 241 - color contains mainly: red. Hex color #F12539 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12539 is #0EDAC6. Grayscale: #646464. Windows color (decimal): -973511 or 3745265. OLE color: 3745265.

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

Color convert

RGB 241 37 57 -
CMYK 0 0.85 0.76 0.05
HSL 354.12º 0.88% 0.55% -
HSV(B) 354.12º 0.85% 0.95% -
XYZ 37.68 20.32 5.81 -
YUV 100.28 103.59 228.37 -
System Red Green Blue C M Y K H S L
Decimal 241 37 57 0 0.85 0.76 0.05 354.12 0.88 0.55
Hex F1 25 39 0 55 4C 5 162 58 37
Octal 361 45 71 0 125 114 5 542 130 67
Binary 11110001 100101 111001 0 1010101 1001100 101 101100010 1011000 110111

Color Harmonies of #F12539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12539

Black with #F12539

Text Example


Text Example

White with #F12539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12539; }

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

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

background-color css

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

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

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

border-color css

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

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

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