Html Css Color HEX #F92C49 Amaranth

📋 copy color: '#F92C49'

red 249 ◦ green 44 ◦ blue 73

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

Shades of Amaranth #F92C49

Tints of Amaranth #F92C49

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.02%

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

R = 68.03%
G = 12.02%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#F92C49 (or 0xF92C49) is known color: Amaranth. HEX triplet: F9, 2C and 49. RGB value is (249,44,73). Sum of RGB (Red+Green+Blue) = 249+44+73=366 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.03% from 366); Green value is 44 (17.58% from 255 or 12.02% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 249 - color contains mainly: red. Hex color #F92C49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92C49 is #06D3B6. Grayscale: #6C6C6C. Windows color (decimal): -447415 or 4795641. OLE color: 4795641.

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

Color convert

RGB 249 44 73 -
CMYK 0 0.82 0.71 0.02
HSL 351.51º 0.94% 0.57% -
HSV(B) 351.51º 0.82% 0.98% -
XYZ 41.17 22.42 8.46 -
YUV 108.6 107.92 228.14 -
System Red Green Blue C M Y K H S L
Decimal 249 44 73 0 0.82 0.71 0.02 351.51 0.94 0.57
Hex F9 2C 49 0 52 47 2 160 5E 39
Octal 371 54 111 0 122 107 2 540 136 71
Binary 11111001 101100 1001001 0 1010010 1000111 10 101100000 1011110 111001

Color Harmonies of #F92C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92C49

Black with #F92C49

Text Example


Text Example

White with #F92C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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