Html Css Color HEX #F92940 Alizarin

📋 copy color: '#F92940'

red 249 ◦ green 41 ◦ blue 64

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

Shades of Alizarin #F92940

Tints of Alizarin #F92940

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.58%

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

R = 70.34%
G = 11.58%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#F92940 (or 0xF92940) is known color: Alizarin. HEX triplet: F9, 29 and 40. RGB value is (249,41,64). Sum of RGB (Red+Green+Blue) = 249+41+64=354 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.34% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 249 - color contains mainly: red. Hex color #F92940 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92940 is #06D6BF. Grayscale: #696969. Windows color (decimal): -448192 or 4205049. OLE color: 4205049.

HSL color Cylindrical-coordinate representation of color #F92940: hue angle of 353.37º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F92940 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 41 64 -
CMYK 0 0.84 0.74 0.02
HSL 353.37º 0.95% 0.57% -
HSV(B) 353.37º 0.84% 0.98% -
XYZ 40.79 22.1 6.97 -
YUV 105.81 104.41 230.13 -
System Red Green Blue C M Y K H S L
Decimal 249 41 64 0 0.84 0.74 0.02 353.37 0.95 0.57
Hex F9 29 40 0 54 4A 2 161 5F 39
Octal 371 51 100 0 124 112 2 541 137 71
Binary 11111001 101001 1000000 0 1010100 1001010 10 101100001 1011111 111001

Color Harmonies of #F92940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92940

Black with #F92940

Text Example


Text Example

White with #F92940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92940; }

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

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

background-color css

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

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

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

border-color css

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

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

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