Html Css Color HEX #F9224A Amaranth

📋 copy color: '#F9224A'

red 249 ◦ green 34 ◦ blue 74

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

Shades of Amaranth #F9224A

Tints of Amaranth #F9224A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.73%

R = 69.75%
G = 9.52%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F9224A (or 0xF9224A) is known color: Amaranth. HEX triplet: F9, 22 and 4A. RGB value is (249,34,74). Sum of RGB (Red+Green+Blue) = 249+34+74=357 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.75% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 249 - color contains mainly: red. Hex color #F9224A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9224A is #06DDB5. Grayscale: #666666. Windows color (decimal): -449974 or 4858617. OLE color: 4858617.

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

Color convert

RGB 249 34 74 -
CMYK 0 0.86 0.70 0.02
HSL 348.84º 0.95% 0.55% -
HSV(B) 348.84º 0.86% 0.98% -
XYZ 40.87 21.78 8.53 -
YUV 102.85 111.73 232.25 -
System Red Green Blue C M Y K H S L
Decimal 249 34 74 0 0.86 0.70 0.02 348.84 0.95 0.55
Hex F9 22 4A 0 56 46 2 15D 5F 37
Octal 371 42 112 0 126 106 2 535 137 67
Binary 11111001 100010 1001010 0 1010110 1000110 10 101011101 1011111 110111

Color Harmonies of #F9224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9224A

Black with #F9224A

Text Example


Text Example

White with #F9224A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9224A; }

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

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

background-color css

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

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

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

border-color css

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

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

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