#F23748

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

Shades of Amaranth #F23748

Tints of Amaranth #F23748

Color information

#F23748 (or 0xF23748) is unknown color: approx Amaranth. HEX triplet: F2, 37 and 48. RGB value is (242,55,72). Sum of RGB (Red+Green+Blue) = 242+55+72=369 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.58% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 242 - color contains mainly: red. Hex color #F23748 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23748 is #0DC8B7. Grayscale: #707070. Windows color (decimal): -903352 or 4732914. OLE color: 4732914.

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

Color convert

RGB2425572-
CMYK00.770.700.05
HSL354.55º87.79%58.24%-
HSV(B)354.55º77.27%94.9%-
XYZ39.1522.088.33-
YUV112.85104.95220.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 65.58%
GREEN value IS 55 (21.88% from 255) = 14.91%
BLUE value IS 72 (28.52% from 255) = 19.51%
R=65.58%
G=14.91%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242557200.770.700.05354.5587.7958.24
HexF2374804D465163583a
Octal362671100115106554313072
Binary1111001011011110010000100110110001101011011000111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23748; }

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

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

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

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

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

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

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

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