Html Css Color HEX #F1242A Alizarin

📋 copy color: '#F1242A'

red 241 ◦ green 36 ◦ blue 42

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

Shades of Alizarin #F1242A

Tints of Alizarin #F1242A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.17%

R = 75.55%
G = 11.29%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F1242A (or 0xF1242A) is known color: Alizarin. HEX triplet: F1, 24 and 2A. RGB value is (241,36,42). Sum of RGB (Red+Green+Blue) = 241+36+42=319 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.55% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 241 - color contains mainly: red. Hex color #F1242A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1242A is #0EDBD5. Grayscale: #626262. Windows color (decimal): -973782 or 2761969. OLE color: 2761969.

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

Color convert

RGB 241 36 42 -
CMYK 0 0.85 0.83 0.05
HSL 358.24º 0.88% 0.54% -
HSV(B) 358.24º 0.85% 0.95% -
XYZ 37.32 20.13 4.11 -
YUV 97.98 96.42 230.01 -
System Red Green Blue C M Y K H S L
Decimal 241 36 42 0 0.85 0.83 0.05 358.24 0.88 0.54
Hex F1 24 2A 0 55 53 5 166 58 36
Octal 361 44 52 0 125 123 5 546 130 66
Binary 11110001 100100 101010 0 1010101 1010011 101 101100110 1011000 110110

Color Harmonies of #F1242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1242A

Black with #F1242A

Text Example


Text Example

White with #F1242A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1242A; }

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

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

background-color css

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

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

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

border-color css

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

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

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