Html Css Color HEX #F04649 Amaranth

📋 copy color: '#F04649'

red 240 ◦ green 70 ◦ blue 73

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

Shades of Amaranth #F04649

Tints of Amaranth #F04649

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.28%

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

R = 62.66%
G = 18.28%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#F04649 (or 0xF04649) is known color: Amaranth. HEX triplet: F0, 46 and 49. RGB value is (240,70,73). Sum of RGB (Red+Green+Blue) = 240+70+73=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F04649 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04649 is #0FB9B6. Grayscale: #797979. Windows color (decimal): -1030583 or 4802288. OLE color: 4802288.

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

Color convert

RGB 240 70 73 -
CMYK 0 0.71 0.70 0.06
HSL 358.94º 0.85% 0.61% -
HSV(B) 358.94º 0.71% 0.94% -
XYZ 39.33 23.39 8.74 -
YUV 121.17 100.82 212.76 -
System Red Green Blue C M Y K H S L
Decimal 240 70 73 0 0.71 0.70 0.06 358.94 0.85 0.61
Hex F0 46 49 0 47 46 6 167 55 3D
Octal 360 106 111 0 107 106 6 547 125 75
Binary 11110000 1000110 1001001 0 1000111 1000110 110 101100111 1010101 111101

Color Harmonies of #F04649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04649

Black with #F04649

Text Example


Text Example

White with #F04649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04649; }

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

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

background-color css

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

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

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

border-color css

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

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

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