#F59C98

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

Shades of Sweet Pink #F59C98

Tints of Sweet Pink #F59C98

Color information

#F59C98 (or 0xF59C98) is unknown color: approx Sweet Pink. HEX triplet: F5, 9C and 98. RGB value is (245,156,152). Sum of RGB (Red+Green+Blue) = 245+156+152=553 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.30% from 553); Green value is 156 (61.33% from 255 or 28.21% from 553); Blue value is 152 (59.77% from 255 or 27.49% from 553); Max value from RGB is 245 - color contains mainly: red. Hex color #F59C98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59C98 is #0A6367. Grayscale: #B6B6B6. Windows color (decimal): -680808 or 10001653. OLE color: 10001653.

HSL color Cylindrical-coordinate representation of color #F59C98: hue angle of 2.58º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F59C98 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB245156152-
CMYK00.360.380.04
HSL2.58º82.3%77.84%-
HSV(B)2.58º37.96%96.08%-
XYZ55.2145.4635.57-
YUV182.16110.99172.83-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.30%
GREEN value IS 156 (61.33% from 255) = 28.21%
BLUE value IS 152 (59.77% from 255) = 27.49%
R=44.30%
G=28.21%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515615200.360.380.042.5882.377.84
HexF59C980242643524e
Octal3652342300444643122116
Binary11110101100111001001100001001001001101001110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59C98; }

 p { color: rgb(245,156,152); }

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

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

 a { background-color: rgb(245,156,152); }

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

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

 span { border-color: rgb(245,156,152); }

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