Html Css Color HEX #F04849 Amaranth

📋 copy color: '#F04849'

red 240 ◦ green 72 ◦ blue 73

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

Shades of Amaranth #F04849

Tints of Amaranth #F04849

RGB

 RED value IS 240 (94.14% from 255) = 62.34%

 GREEN value IS 72 (28.52% from 255) = 18.7%

 BLUE value IS 73 (28.91% from 255) = 18.96%

R = 62.34%
G = 18.7%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#F04849 (or 0xF04849) is known color: Amaranth. HEX triplet: F0, 48 and 49. RGB value is (240,72,73). Sum of RGB (Red+Green+Blue) = 240+72+73=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F04849 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04849 is #0FB7B6. Grayscale: #7A7A7A. Windows color (decimal): -1030071 or 4802800. OLE color: 4802800.

HSL color Cylindrical-coordinate representation of color #F04849: hue angle of 359.64º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F04849 is Cyan = 0, Magento = 0.7, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 72 73 -
CMYK 0 0.7 0.70 0.06
HSL 359.64º 0.85% 0.61% -
HSV(B) 359.64º 0.7% 0.94% -
XYZ 39.46 23.64 8.79 -
YUV 122.35 100.16 211.92 -
System Red Green Blue C M Y K H S L
Decimal 240 72 73 0 0.7 0.70 0.06 359.64 0.85 0.61
Hex F0 48 49 0 46 46 6 168 55 3D
Octal 360 110 111 0 106 106 6 550 125 75
Binary 11110000 1001000 1001001 0 1000110 1000110 110 101101000 1010101 111101

Color Harmonies of #F04849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04849

Black with #F04849

Text Example


Text Example

White with #F04849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04849; }

 p { color: rgb(240,72,73); }

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

background-color css

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

 a { background-color: rgb(240,72,73); }

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

border-color css

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

 span { border-color: rgb(240,72,73); }

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