Html Css Color HEX #F9224D Amaranth

📋 copy color: '#F9224D'

red 249 ◦ green 34 ◦ blue 77

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

Shades of Amaranth #F9224D

Tints of Amaranth #F9224D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.39%

R = 69.17%
G = 9.44%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#F9224D (or 0xF9224D) is known color: Amaranth. HEX triplet: F9, 22 and 4D. RGB value is (249,34,77). Sum of RGB (Red+Green+Blue) = 249+34+77=360 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.17% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 249 - color contains mainly: red. Hex color #F9224D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9224D is #06DDB2. Grayscale: #676767. Windows color (decimal): -449971 or 5055225. OLE color: 5055225.

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

Color convert

RGB 249 34 77 -
CMYK 0 0.86 0.69 0.02
HSL 348º 0.95% 0.55% -
HSV(B) 348º 0.86% 0.98% -
XYZ 40.98 21.82 9.07 -
YUV 103.19 113.23 232 -
System Red Green Blue C M Y K H S L
Decimal 249 34 77 0 0.86 0.69 0.02 348 0.95 0.55
Hex F9 22 4D 0 56 45 2 15C 5F 37
Octal 371 42 115 0 126 105 2 534 137 67
Binary 11111001 100010 1001101 0 1010110 1000101 10 101011100 1011111 110111

Color Harmonies of #F9224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9224D

Black with #F9224D

Text Example


Text Example

White with #F9224D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9224D; }

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

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

background-color css

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

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

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

border-color css

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

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

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