Html Css Color HEX #F92649 Amaranth

📋 copy color: '#F92649'

red 249 ◦ green 38 ◦ blue 73

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

Shades of Amaranth #F92649

Tints of Amaranth #F92649

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.56%

 BLUE value IS 73 (28.91% from 255) = 20.28%

R = 69.17%
G = 10.56%
B = 20.28%

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

#F92649 (or 0xF92649) is known color: Amaranth. HEX triplet: F9, 26 and 49. RGB value is (249,38,73). Sum of RGB (Red+Green+Blue) = 249+38+73=360 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.17% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 249 - color contains mainly: red. Hex color #F92649 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92649 is #06D9B6. Grayscale: #696969. Windows color (decimal): -448951 or 4794105. OLE color: 4794105.

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

Color convert

RGB 249 38 73 -
CMYK 0 0.85 0.71 0.02
HSL 350.05º 0.95% 0.56% -
HSV(B) 350.05º 0.85% 0.98% -
XYZ 40.96 22.01 8.39 -
YUV 105.08 109.9 230.65 -
System Red Green Blue C M Y K H S L
Decimal 249 38 73 0 0.85 0.71 0.02 350.05 0.95 0.56
Hex F9 26 49 0 55 47 2 15E 5F 38
Octal 371 46 111 0 125 107 2 536 137 70
Binary 11111001 100110 1001001 0 1010101 1000111 10 101011110 1011111 111000

Color Harmonies of #F92649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92649

Black with #F92649

Text Example


Text Example

White with #F92649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92649; }

 p { color: rgb(249,38,73); }

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

background-color css

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

 a { background-color: rgb(249,38,73); }

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

border-color css

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

 span { border-color: rgb(249,38,73); }

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