Html Css Color HEX #F9224C Amaranth

📋 copy color: '#F9224C'

red 249 ◦ green 34 ◦ blue 76

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

Shades of Amaranth #F9224C

Tints of Amaranth #F9224C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.17%

R = 69.36%
G = 9.47%
B = 21.17%

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

#F9224C (or 0xF9224C) is known color: Amaranth. HEX triplet: F9, 22 and 4C. RGB value is (249,34,76). Sum of RGB (Red+Green+Blue) = 249+34+76=359 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.36% from 359); Green value is 34 (13.67% from 255 or 9.47% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 249 - color contains mainly: red. Hex color #F9224C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9224C is #06DDB3. Grayscale: #676767. Windows color (decimal): -449972 or 4989689. OLE color: 4989689.

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

Color convert

RGB 249 34 76 -
CMYK 0 0.86 0.69 0.02
HSL 348.28º 0.95% 0.55% -
HSV(B) 348.28º 0.86% 0.98% -
XYZ 40.94 21.81 8.89 -
YUV 103.07 112.73 232.08 -
System Red Green Blue C M Y K H S L
Decimal 249 34 76 0 0.86 0.69 0.02 348.28 0.95 0.55
Hex F9 22 4C 0 56 45 2 15C 5F 37
Octal 371 42 114 0 126 105 2 534 137 67
Binary 11111001 100010 1001100 0 1010110 1000101 10 101011100 1011111 110111

Color Harmonies of #F9224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9224C

Black with #F9224C

Text Example


Text Example

White with #F9224C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9224C; }

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

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

background-color css

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

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

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

border-color css

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

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

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