Html Css Color HEX #F92641 Alizarin

📋 copy color: '#F92641'

red 249 ◦ green 38 ◦ blue 65

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

Shades of Alizarin #F92641

Tints of Alizarin #F92641

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.8%

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

R = 70.74%
G = 10.8%
B = 18.47%

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

#F92641 (or 0xF92641) is known color: Alizarin. HEX triplet: F9, 26 and 41. RGB value is (249,38,65). Sum of RGB (Red+Green+Blue) = 249+38+65=352 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.74% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 249 - color contains mainly: red. Hex color #F92641 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92641 is #06D9BE. Grayscale: #686868. Windows color (decimal): -448959 or 4269817. OLE color: 4269817.

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

Color convert

RGB 249 38 65 -
CMYK 0 0.85 0.74 0.02
HSL 352.32º 0.95% 0.56% -
HSV(B) 352.32º 0.85% 0.98% -
XYZ 40.71 21.91 7.08 -
YUV 104.17 105.9 231.3 -
System Red Green Blue C M Y K H S L
Decimal 249 38 65 0 0.85 0.74 0.02 352.32 0.95 0.56
Hex F9 26 41 0 55 4A 2 160 5F 38
Octal 371 46 101 0 125 112 2 540 137 70
Binary 11111001 100110 1000001 0 1010101 1001010 10 101100000 1011111 111000

Color Harmonies of #F92641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92641

Black with #F92641

Text Example


Text Example

White with #F92641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92641; }

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

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

background-color css

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

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

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

border-color css

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

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

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