Html Css Color HEX #F92246 Amaranth

📋 copy color: '#F92246'

red 249 ◦ green 34 ◦ blue 70

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

Shades of Amaranth #F92246

Tints of Amaranth #F92246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.83%

R = 70.54%
G = 9.63%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#F92246 (or 0xF92246) is known color: Amaranth. HEX triplet: F9, 22 and 46. RGB value is (249,34,70). Sum of RGB (Red+Green+Blue) = 249+34+70=353 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.54% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 249 - color contains mainly: red. Hex color #F92246 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92246 is #06DDB9. Grayscale: #666666. Windows color (decimal): -449978 or 4596473. OLE color: 4596473.

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

Color convert

RGB 249 34 70 -
CMYK 0 0.86 0.72 0.02
HSL 349.95º 0.95% 0.55% -
HSV(B) 349.95º 0.86% 0.98% -
XYZ 40.74 21.73 7.84 -
YUV 102.39 109.73 232.57 -
System Red Green Blue C M Y K H S L
Decimal 249 34 70 0 0.86 0.72 0.02 349.95 0.95 0.55
Hex F9 22 46 0 56 48 2 15E 5F 37
Octal 371 42 106 0 126 110 2 536 137 67
Binary 11111001 100010 1000110 0 1010110 1001000 10 101011110 1011111 110111

Color Harmonies of #F92246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92246

Black with #F92246

Text Example


Text Example

White with #F92246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92246; }

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

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

background-color css

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

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

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

border-color css

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

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

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