Html Css Color HEX #F92332 Alizarin

📋 copy color: '#F92332'

red 249 ◦ green 35 ◦ blue 50

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

Shades of Alizarin #F92332

Tints of Alizarin #F92332

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.48%

 BLUE value IS 50 (19.92% from 255) = 14.97%

R = 74.55%
G = 10.48%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F92332 (or 0xF92332) is known color: Alizarin. HEX triplet: F9, 23 and 32. RGB value is (249,35,50). Sum of RGB (Red+Green+Blue) = 249+35+50=334 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.55% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 249 - color contains mainly: red. Hex color #F92332 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92332 is #06DCCD. Grayscale: #646464. Windows color (decimal): -449742 or 3286009. OLE color: 3286009.

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

Color convert

RGB 249 35 50 -
CMYK 0 0.86 0.80 0.02
HSL 355.79º 0.95% 0.56% -
HSV(B) 355.79º 0.86% 0.98% -
XYZ 40.24 21.57 5.06 -
YUV 100.7 99.4 233.78 -
System Red Green Blue C M Y K H S L
Decimal 249 35 50 0 0.86 0.80 0.02 355.79 0.95 0.56
Hex F9 23 32 0 56 50 2 164 5F 38
Octal 371 43 62 0 126 120 2 544 137 70
Binary 11111001 100011 110010 0 1010110 1010000 10 101100100 1011111 111000

Color Harmonies of #F92332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92332

Black with #F92332

Text Example


Text Example

White with #F92332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92332; }

 p { color: rgb(249,35,50); }

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

background-color css

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

 a { background-color: rgb(249,35,50); }

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

border-color css

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

 span { border-color: rgb(249,35,50); }

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