Html Css Color HEX #F04044 Amaranth

📋 copy color: '#F04044'

red 240 ◦ green 64 ◦ blue 68

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

Shades of Amaranth #F04044

Tints of Amaranth #F04044

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.2%

 BLUE value IS 68 (26.95% from 255) = 18.28%

R = 64.52%
G = 17.2%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F04044 (or 0xF04044) is known color: Amaranth. HEX triplet: F0, 40 and 44. RGB value is (240,64,68). Sum of RGB (Red+Green+Blue) = 240+64+68=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F04044 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04044 is #0FBFBB. Grayscale: #757575. Windows color (decimal): -1032124 or 4473072. OLE color: 4473072.

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

Color convert

RGB 240 64 68 -
CMYK 0 0.73 0.72 0.06
HSL 358.64º 0.85% 0.6% -
HSV(B) 358.64º 0.73% 0.94% -
XYZ 38.81 22.61 7.79 -
YUV 117.08 100.31 215.67 -
System Red Green Blue C M Y K H S L
Decimal 240 64 68 0 0.73 0.72 0.06 358.64 0.85 0.6
Hex F0 40 44 0 49 48 6 167 55 3C
Octal 360 100 104 0 111 110 6 547 125 74
Binary 11110000 1000000 1000100 0 1001001 1001000 110 101100111 1010101 111100

Color Harmonies of #F04044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04044

Black with #F04044

Text Example


Text Example

White with #F04044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04044; }

 p { color: rgb(240,64,68); }

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

background-color css

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

 a { background-color: rgb(240,64,68); }

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

border-color css

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

 span { border-color: rgb(240,64,68); }

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