#F23253

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

Shades of Amaranth #F23253

Tints of Amaranth #F23253

Color information

#F23253 (or 0xF23253) is unknown color: approx Amaranth. HEX triplet: F2, 32 and 53. RGB value is (242,50,83). Sum of RGB (Red+Green+Blue) = 242+50+83=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F23253 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23253 is #0DCDAC. Grayscale: #6F6F6F. Windows color (decimal): -904621 or 5452530. OLE color: 5452530.

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

Color convert

RGB2425083-
CMYK00.790.660.05
HSL349.69º88.07%57.25%-
HSV(B)349.69º79.34%94.9%-
XYZ39.3221.7810.32-
YUV111.17112.11221.32-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 64.53%
GREEN value IS 50 (19.92% from 255) = 13.33%
BLUE value IS 83 (32.81% from 255) = 22.13%
R=64.53%
G=13.33%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242508300.790.660.05349.6988.0757.25
HexF2325304F42515e5839
Octal362621230117102553613071
Binary1111001011001010100110100111110000101011010111101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23253; }

 p { color: rgb(242,50,83); }

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

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

 a { background-color: rgb(242,50,83); }

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

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

 span { border-color: rgb(242,50,83); }

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