#F2354F

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

Shades of Amaranth #F2354F

Tints of Amaranth #F2354F

Color information

#F2354F (or 0xF2354F) is unknown color: approx Amaranth. HEX triplet: F2, 35 and 4F. RGB value is (242,53,79). Sum of RGB (Red+Green+Blue) = 242+53+79=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 79 (31.25% from 255 or 21.12% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F2354F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2354F is #0DCAB0. Grayscale: #707070. Windows color (decimal): -903857 or 5191154. OLE color: 5191154.

HSL color Cylindrical-coordinate representation of color #F2354F: hue angle of 351.75º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F2354F is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB2425379-
CMYK00.780.670.05
HSL351.75º87.91%57.84%-
HSV(B)351.75º78.1%94.9%-
XYZ39.321.999.57-
YUV112.48109.12220.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 64.71%
GREEN value IS 53 (21.09% from 255) = 14.17%
BLUE value IS 79 (31.25% from 255) = 21.12%
R=64.71%
G=14.17%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242537900.780.670.05351.7587.9157.84
HexF2354F04E435160583a
Octal362651170116103554013072
Binary1111001011010110011110100111010000111011011000001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2354F; }

 p { color: rgb(242,53,79); }

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

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

 a { background-color: rgb(242,53,79); }

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

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

 span { border-color: rgb(242,53,79); }

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