#F23546

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

Shades of Amaranth #F23546

Tints of Amaranth #F23546

Color information

#F23546 (or 0xF23546) is unknown color: approx Amaranth. HEX triplet: F2, 35 and 46. RGB value is (242,53,70). Sum of RGB (Red+Green+Blue) = 242+53+70=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F23546 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23546 is #0DCAB9. Grayscale: #6F6F6F. Windows color (decimal): -903866 or 4601330. OLE color: 4601330.

HSL color Cylindrical-coordinate representation of color #F23546: hue angle of 354.6º 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 #F23546 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB2425370-
CMYK00.780.710.05
HSL354.6º87.91%57.84%-
HSV(B)354.6º78.1%94.9%-
XYZ3921.877.96-
YUV111.45104.62221.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 66.30%
GREEN value IS 53 (21.09% from 255) = 14.52%
BLUE value IS 70 (27.73% from 255) = 19.18%
R=66.30%
G=14.52%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242537000.780.710.05354.687.9157.84
HexF2354604E475163583a
Octal362651060116107554313072
Binary1111001011010110001100100111010001111011011000111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23546; }

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

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

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

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

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

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

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

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