#F23548

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

Shades of Amaranth #F23548

Tints of Amaranth #F23548

Color information

#F23548 (or 0xF23548) is unknown color: approx Amaranth. HEX triplet: F2, 35 and 48. RGB value is (242,53,72). Sum of RGB (Red+Green+Blue) = 242+53+72=367 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.94% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 242 - color contains mainly: red. Hex color #F23548 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23548 is #0DCAB7. Grayscale: #6F6F6F. Windows color (decimal): -903864 or 4732402. OLE color: 4732402.

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

Color convert

RGB2425372-
CMYK00.780.700.05
HSL353.97º87.91%57.84%-
HSV(B)353.97º78.1%94.9%-
XYZ39.0621.898.3-
YUV111.68105.62220.96-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 65.94%
GREEN value IS 53 (21.09% from 255) = 14.44%
BLUE value IS 72 (28.52% from 255) = 19.62%
R=65.94%
G=14.44%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242537200.780.700.05353.9787.9157.84
HexF2354804E465162583a
Octal362651100116106554213072
Binary1111001011010110010000100111010001101011011000101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23548; }

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

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

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

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

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

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

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

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