Html Css Color HEX #F92048 Amaranth

📋 copy color: '#F92048'

red 249 ◦ green 32 ◦ blue 72

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

Shades of Amaranth #F92048

Tints of Amaranth #F92048

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.07%

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

R = 70.54%
G = 9.07%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#F92048 (or 0xF92048) is known color: Amaranth. HEX triplet: F9, 20 and 48. RGB value is (249,32,72). Sum of RGB (Red+Green+Blue) = 249+32+72=353 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.54% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 249 - color contains mainly: red. Hex color #F92048 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92048 is #06DFB7. Grayscale: #656565. Windows color (decimal): -450488 or 4727033. OLE color: 4727033.

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

Color convert

RGB 249 32 72 -
CMYK 0 0.87 0.71 0.02
HSL 348.94º 0.95% 0.55% -
HSV(B) 348.94º 0.87% 0.98% -
XYZ 40.75 21.64 8.16 -
YUV 101.44 111.39 233.25 -
System Red Green Blue C M Y K H S L
Decimal 249 32 72 0 0.87 0.71 0.02 348.94 0.95 0.55
Hex F9 20 48 0 57 47 2 15D 5F 37
Octal 371 40 110 0 127 107 2 535 137 67
Binary 11111001 100000 1001000 0 1010111 1000111 10 101011101 1011111 110111

Color Harmonies of #F92048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92048

Black with #F92048

Text Example


Text Example

White with #F92048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92048; }

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

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

background-color css

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

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

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

border-color css

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

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

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