Html Css Color HEX #F0404A Amaranth

📋 copy color: '#F0404A'

red 240 ◦ green 64 ◦ blue 74

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

Shades of Amaranth #F0404A

Tints of Amaranth #F0404A

RGB

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

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

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

R = 63.49%
G = 16.93%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0404A (or 0xF0404A) is known color: Amaranth. HEX triplet: F0, 40 and 4A. RGB value is (240,64,74). Sum of RGB (Red+Green+Blue) = 240+64+74=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F0404A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0404A is #0FBFB5. Grayscale: #757575. Windows color (decimal): -1032118 or 4866288. OLE color: 4866288.

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

Color convert

RGB 240 64 74 -
CMYK 0 0.73 0.69 0.06
HSL 356.59º 0.85% 0.6% -
HSV(B) 356.59º 0.73% 0.94% -
XYZ 39 22.69 8.8 -
YUV 117.76 103.31 215.19 -
System Red Green Blue C M Y K H S L
Decimal 240 64 74 0 0.73 0.69 0.06 356.59 0.85 0.6
Hex F0 40 4A 0 49 45 6 165 55 3C
Octal 360 100 112 0 111 105 6 545 125 74
Binary 11110000 1000000 1001010 0 1001001 1000101 110 101100101 1010101 111100

Color Harmonies of #F0404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0404A

Black with #F0404A

Text Example


Text Example

White with #F0404A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0404A; }

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

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

background-color css

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

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

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

border-color css

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

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

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