Html Css Color HEX #F92542 Alizarin

📋 copy color: '#F92542'

red 249 ◦ green 37 ◦ blue 66

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

Shades of Alizarin #F92542

Tints of Alizarin #F92542

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.51%

 BLUE value IS 66 (26.17% from 255) = 18.75%

R = 70.74%
G = 10.51%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#F92542 (or 0xF92542) is known color: Alizarin. HEX triplet: F9, 25 and 42. RGB value is (249,37,66). Sum of RGB (Red+Green+Blue) = 249+37+66=352 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.74% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 249 - color contains mainly: red. Hex color #F92542 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92542 is #06DABD. Grayscale: #676767. Windows color (decimal): -449214 or 4335097. OLE color: 4335097.

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

Color convert

RGB 249 37 66 -
CMYK 0 0.85 0.73 0.02
HSL 351.79º 0.95% 0.56% -
HSV(B) 351.79º 0.85% 0.98% -
XYZ 40.71 21.86 7.23 -
YUV 103.69 106.74 231.64 -
System Red Green Blue C M Y K H S L
Decimal 249 37 66 0 0.85 0.73 0.02 351.79 0.95 0.56
Hex F9 25 42 0 55 49 2 160 5F 38
Octal 371 45 102 0 125 111 2 540 137 70
Binary 11111001 100101 1000010 0 1010101 1001001 10 101100000 1011111 111000

Color Harmonies of #F92542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92542

Black with #F92542

Text Example


Text Example

White with #F92542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92542; }

 p { color: rgb(249,37,66); }

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

background-color css

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

 a { background-color: rgb(249,37,66); }

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

border-color css

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

 span { border-color: rgb(249,37,66); }

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