Html Css Color HEX #F1242E Alizarin

📋 copy color: '#F1242E'

red 241 ◦ green 36 ◦ blue 46

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

Shades of Alizarin #F1242E

Tints of Alizarin #F1242E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.15%

 BLUE value IS 46 (18.36% from 255) = 14.24%

R = 74.61%
G = 11.15%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F1242E (or 0xF1242E) is known color: Alizarin. HEX triplet: F1, 24 and 2E. RGB value is (241,36,46). Sum of RGB (Red+Green+Blue) = 241+36+46=323 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.61% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 241 - color contains mainly: red. Hex color #F1242E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1242E is #0EDBD1. Grayscale: #626262. Windows color (decimal): -973778 or 3024113. OLE color: 3024113.

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

Color convert

RGB 241 36 46 -
CMYK 0 0.85 0.81 0.05
HSL 357.07º 0.88% 0.54% -
HSV(B) 357.07º 0.85% 0.95% -
XYZ 37.4 20.16 4.5 -
YUV 98.44 98.42 229.69 -
System Red Green Blue C M Y K H S L
Decimal 241 36 46 0 0.85 0.81 0.05 357.07 0.88 0.54
Hex F1 24 2E 0 55 51 5 165 58 36
Octal 361 44 56 0 125 121 5 545 130 66
Binary 11110001 100100 101110 0 1010101 1010001 101 101100101 1011000 110110

Color Harmonies of #F1242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1242E

Black with #F1242E

Text Example


Text Example

White with #F1242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1242E; }

 p { color: rgb(241,36,46); }

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

background-color css

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

 a { background-color: rgb(241,36,46); }

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

border-color css

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

 span { border-color: rgb(241,36,46); }

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