Html Css Color HEX #F92248 Amaranth

📋 copy color: '#F92248'

red 249 ◦ green 34 ◦ blue 72

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

Shades of Amaranth #F92248

Tints of Amaranth #F92248

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.58%

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

R = 70.14%
G = 9.58%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#F92248 (or 0xF92248) is known color: Amaranth. HEX triplet: F9, 22 and 48. RGB value is (249,34,72). Sum of RGB (Red+Green+Blue) = 249+34+72=355 (47% of max value = 765). Red value is 249 (97.66% from 255 or 70.14% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 249 - color contains mainly: red. Hex color #F92248 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92248 is #06DDB7. Grayscale: #666666. Windows color (decimal): -449976 or 4727545. OLE color: 4727545.

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

Color convert

RGB 249 34 72 -
CMYK 0 0.86 0.71 0.02
HSL 349.4º 0.95% 0.55% -
HSV(B) 349.4º 0.86% 0.98% -
XYZ 40.81 21.75 8.18 -
YUV 102.62 110.73 232.41 -
System Red Green Blue C M Y K H S L
Decimal 249 34 72 0 0.86 0.71 0.02 349.4 0.95 0.55
Hex F9 22 48 0 56 47 2 15D 5F 37
Octal 371 42 110 0 126 107 2 535 137 67
Binary 11111001 100010 1001000 0 1010110 1000111 10 101011101 1011111 110111

Color Harmonies of #F92248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92248

Black with #F92248

Text Example


Text Example

White with #F92248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92248; }

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

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

background-color css

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

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

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

border-color css

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

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

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