Html Css Color HEX #F92A40 Alizarin

📋 copy color: '#F92A40'

red 249 ◦ green 42 ◦ blue 64

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

Shades of Alizarin #F92A40

Tints of Alizarin #F92A40

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.83%

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

R = 70.14%
G = 11.83%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#F92A40 (or 0xF92A40) is known color: Alizarin. HEX triplet: F9, 2A and 40. RGB value is (249,42,64). Sum of RGB (Red+Green+Blue) = 249+42+64=355 (47% of max value = 765). Red value is 249 (97.66% from 255 or 70.14% from 355); Green value is 42 (16.80% from 255 or 11.83% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 249 - color contains mainly: red. Hex color #F92A40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92A40 is #06D5BF. Grayscale: #6A6A6A. Windows color (decimal): -447936 or 4205305. OLE color: 4205305.

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

Color convert

RGB 249 42 64 -
CMYK 0 0.83 0.74 0.02
HSL 353.62º 0.95% 0.57% -
HSV(B) 353.62º 0.83% 0.98% -
XYZ 40.82 22.17 6.98 -
YUV 106.4 104.08 229.71 -
System Red Green Blue C M Y K H S L
Decimal 249 42 64 0 0.83 0.74 0.02 353.62 0.95 0.57
Hex F9 2A 40 0 53 4A 2 162 5F 39
Octal 371 52 100 0 123 112 2 542 137 71
Binary 11111001 101010 1000000 0 1010011 1001010 10 101100010 1011111 111001

Color Harmonies of #F92A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92A40

Black with #F92A40

Text Example


Text Example

White with #F92A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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