Html Css Color HEX #F12940 Alizarin

📋 copy color: '#F12940'

red 241 ◦ green 41 ◦ blue 64

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

Shades of Alizarin #F12940

Tints of Alizarin #F12940

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.85%

 BLUE value IS 64 (25.39% from 255) = 18.5%

R = 69.65%
G = 11.85%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F12940 (or 0xF12940) is known color: Alizarin. HEX triplet: F1, 29 and 40. RGB value is (241,41,64). Sum of RGB (Red+Green+Blue) = 241+41+64=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F12940 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12940 is #0ED6BF. Grayscale: #676767. Windows color (decimal): -972480 or 4205041. OLE color: 4205041.

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

Color convert

RGB 241 41 64 -
CMYK 0 0.83 0.73 0.05
HSL 353.1º 0.88% 0.55% -
HSV(B) 353.1º 0.83% 0.95% -
XYZ 37.99 20.66 6.84 -
YUV 103.42 105.76 226.13 -
System Red Green Blue C M Y K H S L
Decimal 241 41 64 0 0.83 0.73 0.05 353.1 0.88 0.55
Hex F1 29 40 0 53 49 5 161 58 37
Octal 361 51 100 0 123 111 5 541 130 67
Binary 11110001 101001 1000000 0 1010011 1001001 101 101100001 1011000 110111

Color Harmonies of #F12940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12940

Black with #F12940

Text Example


Text Example

White with #F12940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12940; }

 p { color: rgb(241,41,64); }

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

background-color css

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

 a { background-color: rgb(241,41,64); }

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

border-color css

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

 span { border-color: rgb(241,41,64); }

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