Html Css Color HEX #F93241 Alizarin

📋 copy color: '#F93241'

red 249 ◦ green 50 ◦ blue 65

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

Shades of Alizarin #F93241

Tints of Alizarin #F93241

RGB

 RED value IS 249 (97.66% from 255) = 68.41%

 GREEN value IS 50 (19.92% from 255) = 13.74%

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

R = 68.41%
G = 13.74%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#F93241 (or 0xF93241) is known color: Alizarin. HEX triplet: F9, 32 and 41. RGB value is (249,50,65). Sum of RGB (Red+Green+Blue) = 249+50+65=364 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.41% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 249 - color contains mainly: red. Hex color #F93241 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93241 is #06CDBE. Grayscale: #6F6F6F. Windows color (decimal): -445887 or 4272889. OLE color: 4272889.

HSL color Cylindrical-coordinate representation of color #F93241: hue angle of 355.48º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F93241 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 50 65 -
CMYK 0 0.80 0.74 0.02
HSL 355.48º 0.94% 0.59% -
HSV(B) 355.48º 0.8% 0.98% -
XYZ 41.16 22.8 7.23 -
YUV 111.21 101.93 226.28 -
System Red Green Blue C M Y K H S L
Decimal 249 50 65 0 0.80 0.74 0.02 355.48 0.94 0.59
Hex F9 32 41 0 50 4A 2 163 5E 3B
Octal 371 62 101 0 120 112 2 543 136 73
Binary 11111001 110010 1000001 0 1010000 1001010 10 101100011 1011110 111011

Color Harmonies of #F93241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93241

Black with #F93241

Text Example


Text Example

White with #F93241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93241; }

 p { color: rgb(249,50,65); }

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

background-color css

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

 a { background-color: rgb(249,50,65); }

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

border-color css

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

 span { border-color: rgb(249,50,65); }

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