Html Css Color HEX #F9244D Amaranth

📋 copy color: '#F9244D'

red 249 ◦ green 36 ◦ blue 77

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

Shades of Amaranth #F9244D

Tints of Amaranth #F9244D

RGB

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

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

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

R = 68.78%
G = 9.94%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#F9244D (or 0xF9244D) is known color: Amaranth. HEX triplet: F9, 24 and 4D. RGB value is (249,36,77). Sum of RGB (Red+Green+Blue) = 249+36+77=362 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.78% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 249 - color contains mainly: red. Hex color #F9244D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9244D is #06DBB2. Grayscale: #686868. Windows color (decimal): -449459 or 5055737. OLE color: 5055737.

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

Color convert

RGB 249 36 77 -
CMYK 0 0.86 0.69 0.02
HSL 348.45º 0.95% 0.56% -
HSV(B) 348.45º 0.86% 0.98% -
XYZ 41.04 21.94 9.09 -
YUV 104.36 112.57 231.17 -
System Red Green Blue C M Y K H S L
Decimal 249 36 77 0 0.86 0.69 0.02 348.45 0.95 0.56
Hex F9 24 4D 0 56 45 2 15C 5F 38
Octal 371 44 115 0 126 105 2 534 137 70
Binary 11111001 100100 1001101 0 1010110 1000101 10 101011100 1011111 111000

Color Harmonies of #F9244D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9244D

Black with #F9244D

Text Example


Text Example

White with #F9244D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9244D; }

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

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

background-color css

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

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

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

border-color css

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

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

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