Html Css Color HEX #F9304A Amaranth

📋 copy color: '#F9304A'

red 249 ◦ green 48 ◦ blue 74

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

Shades of Amaranth #F9304A

Tints of Amaranth #F9304A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.94%

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

R = 67.12%
G = 12.94%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F9304A (or 0xF9304A) is known color: Amaranth. HEX triplet: F9, 30 and 4A. RGB value is (249,48,74). Sum of RGB (Red+Green+Blue) = 249+48+74=371 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.12% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 249 - color contains mainly: red. Hex color #F9304A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9304A is #06CFB5. Grayscale: #6F6F6F. Windows color (decimal): -446390 or 4862201. OLE color: 4862201.

HSL color Cylindrical-coordinate representation of color #F9304A: hue angle of 352.24º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F9304A is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 48 74 -
CMYK 0 0.81 0.70 0.02
HSL 352.24º 0.94% 0.58% -
HSV(B) 352.24º 0.81% 0.98% -
XYZ 41.36 22.75 8.69 -
YUV 111.06 107.09 226.39 -
System Red Green Blue C M Y K H S L
Decimal 249 48 74 0 0.81 0.70 0.02 352.24 0.94 0.58
Hex F9 30 4A 0 51 46 2 160 5E 3A
Octal 371 60 112 0 121 106 2 540 136 72
Binary 11111001 110000 1001010 0 1010001 1000110 10 101100000 1011110 111010

Color Harmonies of #F9304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9304A

Black with #F9304A

Text Example


Text Example

White with #F9304A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9304A; }

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

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

background-color css

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

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

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

border-color css

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

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

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