Html Css Color HEX #F9244A Amaranth

📋 copy color: '#F9244A'

red 249 ◦ green 36 ◦ blue 74

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

Shades of Amaranth #F9244A

Tints of Amaranth #F9244A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.03%

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

R = 69.36%
G = 10.03%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F9244A (or 0xF9244A) is known color: Amaranth. HEX triplet: F9, 24 and 4A. RGB value is (249,36,74). Sum of RGB (Red+Green+Blue) = 249+36+74=359 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.36% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 249 - color contains mainly: red. Hex color #F9244A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9244A is #06DBB5. Grayscale: #686868. Windows color (decimal): -449462 or 4859129. OLE color: 4859129.

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

Color convert

RGB 249 36 74 -
CMYK 0 0.86 0.70 0.02
HSL 349.3º 0.95% 0.56% -
HSV(B) 349.3º 0.86% 0.98% -
XYZ 40.93 21.9 8.55 -
YUV 104.02 111.07 231.41 -
System Red Green Blue C M Y K H S L
Decimal 249 36 74 0 0.86 0.70 0.02 349.3 0.95 0.56
Hex F9 24 4A 0 56 46 2 15D 5F 38
Octal 371 44 112 0 126 106 2 535 137 70
Binary 11111001 100100 1001010 0 1010110 1000110 10 101011101 1011111 111000

Color Harmonies of #F9244A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9244A

Black with #F9244A

Text Example


Text Example

White with #F9244A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9244A; }

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

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

background-color css

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

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

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

border-color css

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

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

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