#F0214A

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

Shades of Amaranth #F0214A

Tints of Amaranth #F0214A

Color information

#F0214A (or 0xF0214A) is unknown color: approx Amaranth. HEX triplet: F0, 21 and 4A. RGB value is (240,33,74). Sum of RGB (Red+Green+Blue) = 240+33+74=347 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.16% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 240 - color contains mainly: red. Hex color #F0214A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0214A is #0FDEB5. Grayscale: #636363. Windows color (decimal): -1040054 or 4858352. OLE color: 4858352.

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

Color convert

RGB2403374-
CMYK00.860.690.06
HSL348.12º87.34%53.53%-
HSV(B)348.12º86.25%94.12%-
XYZ37.7220.118.37-
YUV99.57113.58228.17-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 69.16%
GREEN value IS 33 (13.28% from 255) = 9.51%
BLUE value IS 74 (29.30% from 255) = 21.33%
R=69.16%
G=9.51%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240337400.860.690.06348.1287.3453.53
HexF0214A05645615c5736
Octal360411120126105653412766
Binary1111000010000110010100101011010001011101010111001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0214A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0214A; }

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

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

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

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

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

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

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

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