#F59493

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

Shades of Sweet Pink #F59493

Tints of Sweet Pink #F59493

Color information

#F59493 (or 0xF59493) is unknown color: approx Sweet Pink. HEX triplet: F5, 94 and 93. RGB value is (245,148,147). Sum of RGB (Red+Green+Blue) = 245+148+147=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 148 (58.20% from 255 or 27.41% from 540); Blue value is 147 (57.81% from 255 or 27.22% from 540); Max value from RGB is 245 - color contains mainly: red. Hex color #F59493 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59493 is #0A6B6C. Grayscale: #B0B0B0. Windows color (decimal): -682861 or 9671925. OLE color: 9671925.

HSL color Cylindrical-coordinate representation of color #F59493: hue angle of 0.61º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F59493 is Cyan = 0, Magento = 0.40, Yellow = 0.4 and Black (K on CMYK) = 0.04.

Color convert

RGB245148147-
CMYK00.400.40.04
HSL0.61º83.05%76.86%-
HSV(B)0.61º40%96.08%-
XYZ53.5142.733.03-
YUV176.89111.14176.58-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.37%
GREEN value IS 148 (58.20% from 255) = 27.41%
BLUE value IS 147 (57.81% from 255) = 27.22%
R=45.37%
G=27.41%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.4
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514814700.400.40.040.6183.0576.86
HexF594930282841534d
Octal3652242230505041123115
Binary1111010110010100100100110101000101000100110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59493; }

 p { color: rgb(245,148,147); }

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

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

 a { background-color: rgb(245,148,147); }

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

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

 span { border-color: rgb(245,148,147); }

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