Html Css Color HEX #F11E41 Alizarin

📋 copy color: '#F11E41'

red 241 ◦ green 30 ◦ blue 65

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

Shades of Alizarin #F11E41

Tints of Alizarin #F11E41

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.93%

 BLUE value IS 65 (25.78% from 255) = 19.35%

R = 71.73%
G = 8.93%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F11E41 (or 0xF11E41) is known color: Alizarin. HEX triplet: F1, 1E and 41. RGB value is (241,30,65). Sum of RGB (Red+Green+Blue) = 241+30+65=336 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.73% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 241 - color contains mainly: red. Hex color #F11E41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11E41 is #0EE1BE. Grayscale: #616161. Windows color (decimal): -975295 or 4267761. OLE color: 4267761.

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

Color convert

RGB 241 30 65 -
CMYK 0 0.88 0.73 0.05
HSL 350.05º 0.88% 0.53% -
HSV(B) 350.05º 0.88% 0.95% -
XYZ 37.69 20.01 6.88 -
YUV 97.08 109.9 230.65 -
System Red Green Blue C M Y K H S L
Decimal 241 30 65 0 0.88 0.73 0.05 350.05 0.88 0.53
Hex F1 1E 41 0 58 49 5 15E 58 35
Octal 361 36 101 0 130 111 5 536 130 65
Binary 11110001 11110 1000001 0 1011000 1001001 101 101011110 1011000 110101

Color Harmonies of #F11E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11E41

Black with #F11E41

Text Example


Text Example

White with #F11E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11E41; }

 p { color: rgb(241,30,65); }

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

background-color css

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

 a { background-color: rgb(241,30,65); }

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

border-color css

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

 span { border-color: rgb(241,30,65); }

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