#F2274A

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

Shades of Amaranth #F2274A

Tints of Amaranth #F2274A

Color information

#F2274A (or 0xF2274A) is unknown color: approx Amaranth. HEX triplet: F2, 27 and 4A. RGB value is (242,39,74). Sum of RGB (Red+Green+Blue) = 242+39+74=355 (47% of max value = 765). Red value is 242 (94.92% from 255 or 68.17% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 242 - color contains mainly: red. Hex color #F2274A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2274A is #0DD8B5. Grayscale: #676767. Windows color (decimal): -907446 or 4859890. OLE color: 4859890.

HSL color Cylindrical-coordinate representation of color #F2274A: hue angle of 349.66º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F2274A is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB2423974-
CMYK00.840.690.05
HSL349.66º88.65%55.1%-
HSV(B)349.66º83.88%94.9%-
XYZ38.5820.828.46-
YUV103.69111.25226.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 68.17%
GREEN value IS 39 (15.62% from 255) = 10.99%
BLUE value IS 74 (29.30% from 255) = 20.85%
R=68.17%
G=10.99%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242397400.840.690.05349.6688.6555.1
HexF2274A05445515e5937
Octal362471120124105553613167
Binary1111001010011110010100101010010001011011010111101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2274A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2274A; }

 p { color: rgb(242,39,74); }

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

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

 a { background-color: rgb(242,39,74); }

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

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

 span { border-color: rgb(242,39,74); }

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