Html Css Color HEX #F92642 Alizarin

📋 copy color: '#F92642'

red 249 ◦ green 38 ◦ blue 66

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

Shades of Alizarin #F92642

Tints of Alizarin #F92642

RGB

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

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

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

R = 70.54%
G = 10.76%
B = 18.7%

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

#F92642 (or 0xF92642) is known color: Alizarin. HEX triplet: F9, 26 and 42. RGB value is (249,38,66). Sum of RGB (Red+Green+Blue) = 249+38+66=353 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.54% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 249 - color contains mainly: red. Hex color #F92642 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92642 is #06D9BD. Grayscale: #686868. Windows color (decimal): -448958 or 4335353. OLE color: 4335353.

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

Color convert

RGB 249 38 66 -
CMYK 0 0.85 0.73 0.02
HSL 352.04º 0.95% 0.56% -
HSV(B) 352.04º 0.85% 0.98% -
XYZ 40.74 21.92 7.24 -
YUV 104.28 106.4 231.22 -
System Red Green Blue C M Y K H S L
Decimal 249 38 66 0 0.85 0.73 0.02 352.04 0.95 0.56
Hex F9 26 42 0 55 49 2 160 5F 38
Octal 371 46 102 0 125 111 2 540 137 70
Binary 11111001 100110 1000010 0 1010101 1001001 10 101100000 1011111 111000

Color Harmonies of #F92642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92642

Black with #F92642

Text Example


Text Example

White with #F92642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92642; }

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

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

background-color css

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

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

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

border-color css

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

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

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