Html Css Color HEX #F93240 Alizarin

📋 copy color: '#F93240'

red 249 ◦ green 50 ◦ blue 64

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

Shades of Alizarin #F93240

Tints of Alizarin #F93240

RGB

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

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

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

R = 68.6%
G = 13.77%
B = 17.63%

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

#F93240 (or 0xF93240) is known color: Alizarin. HEX triplet: F9, 32 and 40. RGB value is (249,50,64). Sum of RGB (Red+Green+Blue) = 249+50+64=363 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.60% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 249 - color contains mainly: red. Hex color #F93240 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93240 is #06CDBF. Grayscale: #6F6F6F. Windows color (decimal): -445888 or 4207353. OLE color: 4207353.

HSL color Cylindrical-coordinate representation of color #F93240: hue angle of 355.78º 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 #F93240 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 50 64 -
CMYK 0 0.80 0.74 0.02
HSL 355.78º 0.94% 0.59% -
HSV(B) 355.78º 0.8% 0.98% -
XYZ 41.13 22.79 7.08 -
YUV 111.1 101.43 226.36 -
System Red Green Blue C M Y K H S L
Decimal 249 50 64 0 0.80 0.74 0.02 355.78 0.94 0.59
Hex F9 32 40 0 50 4A 2 164 5E 3B
Octal 371 62 100 0 120 112 2 544 136 73
Binary 11111001 110010 1000000 0 1010000 1001010 10 101100100 1011110 111011

Color Harmonies of #F93240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93240

Black with #F93240

Text Example


Text Example

White with #F93240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93240; }

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

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

background-color css

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

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

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

border-color css

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

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

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