#F0314A

Color #F0314A Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #F0314A

Tints of Amaranth #F0314A

Color information

#F0314A (or 0xF0314A) is unknown color: approx Amaranth. HEX triplet: F0, 31 and 4A. RGB value is (240,49,74). Sum of RGB (Red+Green+Blue) = 240+49+74=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F0314A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0314A is #0FCEB5. Grayscale: #6D6D6D. Windows color (decimal): -1035958 or 4862448. OLE color: 4862448.

HSL color Cylindrical-coordinate representation of color #F0314A: hue angle of 352.15º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0314A is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB2404974-
CMYK00.800.690.06
HSL352.15º86.43%56.67%-
HSV(B)352.15º79.58%94.12%-
XYZ38.2721.228.56-
YUV108.96108.28221.47-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 66.12%
GREEN value IS 49 (19.53% from 255) = 13.50%
BLUE value IS 74 (29.30% from 255) = 20.39%
R=66.12%
G=13.50%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240497400.800.690.06352.1586.4356.67
HexF0314A0504561605639
Octal360611120120105654012671
Binary1111000011000110010100101000010001011101011000001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0314A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0314A; }

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

 H1.HeaderClassName
 {
   color: #F0314A;
 }
 .AnyTagClassName
 {
   color: #F0314A;
 }
</style>
background-color css

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

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

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

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

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

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