Html Css Color HEX #F9204A Amaranth

📋 copy color: '#F9204A'

red 249 ◦ green 32 ◦ blue 74

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

Shades of Amaranth #F9204A

Tints of Amaranth #F9204A

RGB

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

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

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

R = 70.14%
G = 9.01%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F9204A (or 0xF9204A) is known color: Amaranth. HEX triplet: F9, 20 and 4A. RGB value is (249,32,74). Sum of RGB (Red+Green+Blue) = 249+32+74=355 (47% of max value = 765). Red value is 249 (97.66% from 255 or 70.14% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 249 - color contains mainly: red. Hex color #F9204A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9204A is #06DFB5. Grayscale: #656565. Windows color (decimal): -450486 or 4858105. OLE color: 4858105.

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

Color convert

RGB 249 32 74 -
CMYK 0 0.87 0.70 0.02
HSL 348.39º 0.95% 0.55% -
HSV(B) 348.39º 0.87% 0.98% -
XYZ 40.82 21.67 8.51 -
YUV 101.67 112.39 233.08 -
System Red Green Blue C M Y K H S L
Decimal 249 32 74 0 0.87 0.70 0.02 348.39 0.95 0.55
Hex F9 20 4A 0 57 46 2 15C 5F 37
Octal 371 40 112 0 127 106 2 534 137 67
Binary 11111001 100000 1001010 0 1010111 1000110 10 101011100 1011111 110111

Color Harmonies of #F9204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9204A

Black with #F9204A

Text Example


Text Example

White with #F9204A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9204A; }

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

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

background-color css

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

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

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

border-color css

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

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

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