Html Css Color HEX #F92548 Amaranth

📋 copy color: '#F92548'

red 249 ◦ green 37 ◦ blue 72

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

Shades of Amaranth #F92548

Tints of Amaranth #F92548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.11%

R = 69.55%
G = 10.34%
B = 20.11%

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

#F92548 (or 0xF92548) is known color: Amaranth. HEX triplet: F9, 25 and 48. RGB value is (249,37,72). Sum of RGB (Red+Green+Blue) = 249+37+72=358 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.55% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 249 - color contains mainly: red. Hex color #F92548 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92548 is #06DAB7. Grayscale: #686868. Windows color (decimal): -449208 or 4728313. OLE color: 4728313.

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

Color convert

RGB 249 37 72 -
CMYK 0 0.85 0.71 0.02
HSL 350.09º 0.95% 0.56% -
HSV(B) 350.09º 0.85% 0.98% -
XYZ 40.9 21.93 8.21 -
YUV 104.38 109.74 231.15 -
System Red Green Blue C M Y K H S L
Decimal 249 37 72 0 0.85 0.71 0.02 350.09 0.95 0.56
Hex F9 25 48 0 55 47 2 15E 5F 38
Octal 371 45 110 0 125 107 2 536 137 70
Binary 11111001 100101 1001000 0 1010101 1000111 10 101011110 1011111 111000

Color Harmonies of #F92548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92548

Black with #F92548

Text Example


Text Example

White with #F92548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92548; }

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

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

background-color css

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

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

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

border-color css

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

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

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