Html Css Color HEX #F92547 Amaranth

📋 copy color: '#F92547'

red 249 ◦ green 37 ◦ blue 71

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

Shades of Amaranth #F92547

Tints of Amaranth #F92547

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.36%

 BLUE value IS 71 (28.13% from 255) = 19.89%

R = 69.75%
G = 10.36%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#F92547 (or 0xF92547) is known color: Amaranth. HEX triplet: F9, 25 and 47. RGB value is (249,37,71). Sum of RGB (Red+Green+Blue) = 249+37+71=357 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.75% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 249 - color contains mainly: red. Hex color #F92547 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92547 is #06DAB8. Grayscale: #686868. Windows color (decimal): -449209 or 4662777. OLE color: 4662777.

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

Color convert

RGB 249 37 71 -
CMYK 0 0.85 0.71 0.02
HSL 350.38º 0.95% 0.56% -
HSV(B) 350.38º 0.85% 0.98% -
XYZ 40.87 21.92 8.04 -
YUV 104.26 109.24 231.24 -
System Red Green Blue C M Y K H S L
Decimal 249 37 71 0 0.85 0.71 0.02 350.38 0.95 0.56
Hex F9 25 47 0 55 47 2 15E 5F 38
Octal 371 45 107 0 125 107 2 536 137 70
Binary 11111001 100101 1000111 0 1010101 1000111 10 101011110 1011111 111000

Color Harmonies of #F92547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92547

Black with #F92547

Text Example


Text Example

White with #F92547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92547; }

 p { color: rgb(249,37,71); }

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

background-color css

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

 a { background-color: rgb(249,37,71); }

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

border-color css

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

 span { border-color: rgb(249,37,71); }

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