Html Css Color HEX #F92845 Amaranth

📋 copy color: '#F92845'

red 249 ◦ green 40 ◦ blue 69

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

Shades of Amaranth #F92845

Tints of Amaranth #F92845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.27%

R = 69.55%
G = 11.17%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#F92845 (or 0xF92845) is known color: Amaranth. HEX triplet: F9, 28 and 45. RGB value is (249,40,69). Sum of RGB (Red+Green+Blue) = 249+40+69=358 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.55% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 249 - color contains mainly: red. Hex color #F92845 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92845 is #06D7BA. Grayscale: #696969. Windows color (decimal): -448443 or 4532473. OLE color: 4532473.

HSL color Cylindrical-coordinate representation of color #F92845: hue angle of 351.67º 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 #F92845 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 40 69 -
CMYK 0 0.84 0.72 0.02
HSL 351.67º 0.95% 0.57% -
HSV(B) 351.67º 0.84% 0.98% -
XYZ 40.9 22.09 7.74 -
YUV 105.8 107.24 230.14 -
System Red Green Blue C M Y K H S L
Decimal 249 40 69 0 0.84 0.72 0.02 351.67 0.95 0.57
Hex F9 28 45 0 54 48 2 160 5F 39
Octal 371 50 105 0 124 110 2 540 137 71
Binary 11111001 101000 1000101 0 1010100 1001000 10 101100000 1011111 111001

Color Harmonies of #F92845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92845

Black with #F92845

Text Example


Text Example

White with #F92845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92845; }

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

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

background-color css

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

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

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

border-color css

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

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

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