Html Css Color HEX #F92F49 Amaranth

📋 copy color: '#F92F49'

red 249 ◦ green 47 ◦ blue 73

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

Shades of Amaranth #F92F49

Tints of Amaranth #F92F49

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.74%

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

R = 67.48%
G = 12.74%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#F92F49 (or 0xF92F49) is known color: Amaranth. HEX triplet: F9, 2F and 49. RGB value is (249,47,73). Sum of RGB (Red+Green+Blue) = 249+47+73=369 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.48% from 369); Green value is 47 (18.75% from 255 or 12.74% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 249 - color contains mainly: red. Hex color #F92F49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92F49 is #06D0B6. Grayscale: #6E6E6E. Windows color (decimal): -446647 or 4796409. OLE color: 4796409.

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

Color convert

RGB 249 47 73 -
CMYK 0 0.81 0.71 0.02
HSL 352.28º 0.94% 0.58% -
HSV(B) 352.28º 0.81% 0.98% -
XYZ 41.29 22.65 8.5 -
YUV 110.36 106.92 226.89 -
System Red Green Blue C M Y K H S L
Decimal 249 47 73 0 0.81 0.71 0.02 352.28 0.94 0.58
Hex F9 2F 49 0 51 47 2 160 5E 3A
Octal 371 57 111 0 121 107 2 540 136 72
Binary 11111001 101111 1001001 0 1010001 1000111 10 101100000 1011110 111010

Color Harmonies of #F92F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92F49

Black with #F92F49

Text Example


Text Example

White with #F92F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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