Html Css Color HEX #F9204D Amaranth

📋 copy color: '#F9204D'

red 249 ◦ green 32 ◦ blue 77

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

Shades of Amaranth #F9204D

Tints of Amaranth #F9204D

RGB

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

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

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

R = 69.55%
G = 8.94%
B = 21.51%

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

#F9204D (or 0xF9204D) is known color: Amaranth. HEX triplet: F9, 20 and 4D. RGB value is (249,32,77). Sum of RGB (Red+Green+Blue) = 249+32+77=358 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.55% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 249 - color contains mainly: red. Hex color #F9204D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9204D is #06DFB2. Grayscale: #666666. Windows color (decimal): -450483 or 5054713. OLE color: 5054713.

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

Color convert

RGB 249 32 77 -
CMYK 0 0.87 0.69 0.02
HSL 347.56º 0.95% 0.55% -
HSV(B) 347.56º 0.87% 0.98% -
XYZ 40.92 21.71 9.05 -
YUV 102.01 113.89 232.84 -
System Red Green Blue C M Y K H S L
Decimal 249 32 77 0 0.87 0.69 0.02 347.56 0.95 0.55
Hex F9 20 4D 0 57 45 2 15C 5F 37
Octal 371 40 115 0 127 105 2 534 137 67
Binary 11111001 100000 1001101 0 1010111 1000101 10 101011100 1011111 110111

Color Harmonies of #F9204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9204D

Black with #F9204D

Text Example


Text Example

White with #F9204D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9204D; }

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

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

background-color css

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

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

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

border-color css

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

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

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