Html Css Color HEX #F92A41 Alizarin

📋 copy color: '#F92A41'

red 249 ◦ green 42 ◦ blue 65

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

Shades of Alizarin #F92A41

Tints of Alizarin #F92A41

RGB

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

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

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

R = 69.94%
G = 11.8%
B = 18.26%

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

#F92A41 (or 0xF92A41) is known color: Alizarin. HEX triplet: F9, 2A and 41. RGB value is (249,42,65). Sum of RGB (Red+Green+Blue) = 249+42+65=356 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.94% from 356); Green value is 42 (16.80% from 255 or 11.80% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 249 - color contains mainly: red. Hex color #F92A41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92A41 is #06D5BE. Grayscale: #6A6A6A. Windows color (decimal): -447935 or 4270841. OLE color: 4270841.

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

Color convert

RGB 249 42 65 -
CMYK 0 0.83 0.74 0.02
HSL 353.33º 0.95% 0.57% -
HSV(B) 353.33º 0.83% 0.98% -
XYZ 40.85 22.18 7.13 -
YUV 106.52 104.58 229.63 -
System Red Green Blue C M Y K H S L
Decimal 249 42 65 0 0.83 0.74 0.02 353.33 0.95 0.57
Hex F9 2A 41 0 53 4A 2 161 5F 39
Octal 371 52 101 0 123 112 2 541 137 71
Binary 11111001 101010 1000001 0 1010011 1001010 10 101100001 1011111 111001

Color Harmonies of #F92A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92A41

Black with #F92A41

Text Example


Text Example

White with #F92A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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