Html Css Color HEX #F9204C Amaranth

📋 copy color: '#F9204C'

red 249 ◦ green 32 ◦ blue 76

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

Shades of Amaranth #F9204C

Tints of Amaranth #F9204C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.96%

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

R = 69.75%
G = 8.96%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#F9204C (or 0xF9204C) is known color: Amaranth. HEX triplet: F9, 20 and 4C. RGB value is (249,32,76). Sum of RGB (Red+Green+Blue) = 249+32+76=357 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.75% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 249 - color contains mainly: red. Hex color #F9204C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9204C is #06DFB3. Grayscale: #656565. Windows color (decimal): -450484 or 4989177. OLE color: 4989177.

HSL color Cylindrical-coordinate representation of color #F9204C: hue angle of 347.83º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F9204C is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 32 76 -
CMYK 0 0.87 0.69 0.02
HSL 347.83º 0.95% 0.55% -
HSV(B) 347.83º 0.87% 0.98% -
XYZ 40.89 21.69 8.87 -
YUV 101.9 113.39 232.92 -
System Red Green Blue C M Y K H S L
Decimal 249 32 76 0 0.87 0.69 0.02 347.83 0.95 0.55
Hex F9 20 4C 0 57 45 2 15C 5F 37
Octal 371 40 114 0 127 105 2 534 137 67
Binary 11111001 100000 1001100 0 1010111 1000101 10 101011100 1011111 110111

Color Harmonies of #F9204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9204C

Black with #F9204C

Text Example


Text Example

White with #F9204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9204C; }

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

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

background-color css

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

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

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

border-color css

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

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

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