#F59A98

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

Shades of Sweet Pink #F59A98

Tints of Sweet Pink #F59A98

Color information

#F59A98 (or 0xF59A98) is unknown color: approx Sweet Pink. HEX triplet: F5, 9A and 98. RGB value is (245,154,152). Sum of RGB (Red+Green+Blue) = 245+154+152=551 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.46% from 551); Green value is 154 (60.55% from 255 or 27.95% from 551); Blue value is 152 (59.77% from 255 or 27.59% from 551); Max value from RGB is 245 - color contains mainly: red. Hex color #F59A98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59A98 is #0A6567. Grayscale: #B5B5B5. Windows color (decimal): -681320 or 10001141. OLE color: 10001141.

HSL color Cylindrical-coordinate representation of color #F59A98: hue angle of 1.29º 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 #F59A98 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB245154152-
CMYK00.370.380.04
HSL1.29º82.3%77.84%-
HSV(B)1.29º37.96%96.08%-
XYZ54.8844.7935.46-
YUV180.98111.65173.66-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.46%
GREEN value IS 154 (60.55% from 255) = 27.95%
BLUE value IS 152 (59.77% from 255) = 27.59%
R=44.46%
G=27.95%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515415200.370.380.041.2982.377.84
HexF59A980252641524e
Octal3652322300454641122116
Binary1111010110011010100110000100101100110100110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59A98; }

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

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

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

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

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

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

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

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