Html Css Color HEX #F92541 Alizarin

📋 copy color: '#F92541'

red 249 ◦ green 37 ◦ blue 65

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

Shades of Alizarin #F92541

Tints of Alizarin #F92541

RGB

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

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

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

R = 70.94%
G = 10.54%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#F92541 (or 0xF92541) is known color: Alizarin. HEX triplet: F9, 25 and 41. RGB value is (249,37,65). Sum of RGB (Red+Green+Blue) = 249+37+65=351 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.94% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 249 - color contains mainly: red. Hex color #F92541 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92541 is #06DABE. Grayscale: #676767. Windows color (decimal): -449215 or 4269561. OLE color: 4269561.

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

Color convert

RGB 249 37 65 -
CMYK 0 0.85 0.74 0.02
HSL 352.08º 0.95% 0.56% -
HSV(B) 352.08º 0.85% 0.98% -
XYZ 40.68 21.84 7.07 -
YUV 103.58 106.24 231.72 -
System Red Green Blue C M Y K H S L
Decimal 249 37 65 0 0.85 0.74 0.02 352.08 0.95 0.56
Hex F9 25 41 0 55 4A 2 160 5F 38
Octal 371 45 101 0 125 112 2 540 137 70
Binary 11111001 100101 1000001 0 1010101 1001010 10 101100000 1011111 111000

Color Harmonies of #F92541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92541

Black with #F92541

Text Example


Text Example

White with #F92541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92541; }

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

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

background-color css

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

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

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

border-color css

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

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

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