Html Css Color HEX #F9284A Amaranth

📋 copy color: '#F9284A'

red 249 ◦ green 40 ◦ blue 74

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

Shades of Amaranth #F9284A

Tints of Amaranth #F9284A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.02%

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

R = 68.6%
G = 11.02%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F9284A (or 0xF9284A) is known color: Amaranth. HEX triplet: F9, 28 and 4A. RGB value is (249,40,74). Sum of RGB (Red+Green+Blue) = 249+40+74=363 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.60% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 249 - color contains mainly: red. Hex color #F9284A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9284A is #06D7B5. Grayscale: #6A6A6A. Windows color (decimal): -448438 or 4860153. OLE color: 4860153.

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

Color convert

RGB 249 40 74 -
CMYK 0 0.84 0.70 0.02
HSL 350.24º 0.95% 0.57% -
HSV(B) 350.24º 0.84% 0.98% -
XYZ 41.06 22.15 8.59 -
YUV 106.37 109.74 229.74 -
System Red Green Blue C M Y K H S L
Decimal 249 40 74 0 0.84 0.70 0.02 350.24 0.95 0.57
Hex F9 28 4A 0 54 46 2 15E 5F 39
Octal 371 50 112 0 124 106 2 536 137 71
Binary 11111001 101000 1001010 0 1010100 1000110 10 101011110 1011111 111001

Color Harmonies of #F9284A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9284A

Black with #F9284A

Text Example


Text Example

White with #F9284A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9284A; }

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

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

background-color css

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

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

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

border-color css

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

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

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