Html Css Color HEX #F92849 Amaranth

📋 copy color: '#F92849'

red 249 ◦ green 40 ◦ blue 73

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

Shades of Amaranth #F92849

Tints of Amaranth #F92849

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.05%

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

R = 68.78%
G = 11.05%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#F92849 (or 0xF92849) is known color: Amaranth. HEX triplet: F9, 28 and 49. RGB value is (249,40,73). Sum of RGB (Red+Green+Blue) = 249+40+73=362 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.78% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 249 - color contains mainly: red. Hex color #F92849 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92849 is #06D7B6. Grayscale: #6A6A6A. Windows color (decimal): -448439 or 4794617. OLE color: 4794617.

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

Color convert

RGB 249 40 73 -
CMYK 0 0.84 0.71 0.02
HSL 350.53º 0.95% 0.57% -
HSV(B) 350.53º 0.84% 0.98% -
XYZ 41.03 22.14 8.41 -
YUV 106.25 109.24 229.82 -
System Red Green Blue C M Y K H S L
Decimal 249 40 73 0 0.84 0.71 0.02 350.53 0.95 0.57
Hex F9 28 49 0 54 47 2 15F 5F 39
Octal 371 50 111 0 124 107 2 537 137 71
Binary 11111001 101000 1001001 0 1010100 1000111 10 101011111 1011111 111001

Color Harmonies of #F92849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92849

Black with #F92849

Text Example


Text Example

White with #F92849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92849; }

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

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

background-color css

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

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

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

border-color css

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

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

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