Html Css Color HEX #F92049 Amaranth

📋 copy color: '#F92049'

red 249 ◦ green 32 ◦ blue 73

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

Shades of Amaranth #F92049

Tints of Amaranth #F92049

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.04%

 BLUE value IS 73 (28.91% from 255) = 20.62%

R = 70.34%
G = 9.04%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#F92049 (or 0xF92049) is known color: Amaranth. HEX triplet: F9, 20 and 49. RGB value is (249,32,73). Sum of RGB (Red+Green+Blue) = 249+32+73=354 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.34% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 249 - color contains mainly: red. Hex color #F92049 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92049 is #06DFB6. Grayscale: #656565. Windows color (decimal): -450487 or 4792569. OLE color: 4792569.

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

Color convert

RGB 249 32 73 -
CMYK 0 0.87 0.71 0.02
HSL 348.66º 0.95% 0.55% -
HSV(B) 348.66º 0.87% 0.98% -
XYZ 40.79 21.65 8.33 -
YUV 101.56 111.89 233.17 -
System Red Green Blue C M Y K H S L
Decimal 249 32 73 0 0.87 0.71 0.02 348.66 0.95 0.55
Hex F9 20 49 0 57 47 2 15D 5F 37
Octal 371 40 111 0 127 107 2 535 137 67
Binary 11111001 100000 1001001 0 1010111 1000111 10 101011101 1011111 110111

Color Harmonies of #F92049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92049

Black with #F92049

Text Example


Text Example

White with #F92049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92049; }

 p { color: rgb(249,32,73); }

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

background-color css

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

 a { background-color: rgb(249,32,73); }

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

border-color css

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

 span { border-color: rgb(249,32,73); }

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