Html Css Color HEX #F0474A Amaranth

📋 copy color: '#F0474A'

red 240 ◦ green 71 ◦ blue 74

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

Shades of Amaranth #F0474A

Tints of Amaranth #F0474A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.44%

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

R = 62.34%
G = 18.44%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0474A (or 0xF0474A) is known color: Amaranth. HEX triplet: F0, 47 and 4A. RGB value is (240,71,74). Sum of RGB (Red+Green+Blue) = 240+71+74=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F0474A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0474A is #0FB8B5. Grayscale: #7A7A7A. Windows color (decimal): -1030326 or 4868080. OLE color: 4868080.

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

Color convert

RGB 240 71 74 -
CMYK 0 0.70 0.69 0.06
HSL 358.93º 0.85% 0.61% -
HSV(B) 358.93º 0.7% 0.94% -
XYZ 39.42 23.53 8.94 -
YUV 121.87 100.99 212.26 -
System Red Green Blue C M Y K H S L
Decimal 240 71 74 0 0.70 0.69 0.06 358.93 0.85 0.61
Hex F0 47 4A 0 46 45 6 167 55 3D
Octal 360 107 112 0 106 105 6 547 125 75
Binary 11110000 1000111 1001010 0 1000110 1000101 110 101100111 1010101 111101

Color Harmonies of #F0474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0474A

Black with #F0474A

Text Example


Text Example

White with #F0474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0474A; }

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

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

background-color css

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

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

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

border-color css

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

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

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