#F88C85

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

Shades of Sweet Pink #F88C85

Tints of Sweet Pink #F88C85

Color information

#F88C85 (or 0xF88C85) is unknown color: approx Sweet Pink. HEX triplet: F8, 8C and 85. RGB value is (248,140,133). Sum of RGB (Red+Green+Blue) = 248+140+133=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 248 - color contains mainly: red. Hex color #F88C85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88C85 is #07737A. Grayscale: #ABABAB. Windows color (decimal): -488315 or 8752376. OLE color: 8752376.

HSL color Cylindrical-coordinate representation of color #F88C85: hue angle of 3.65º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F88C85 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB248140133-
CMYK00.440.460.03
HSL3.65º89.15%74.71%-
HSV(B)3.65º46.37%97.25%-
XYZ52.3240.4127.23-
YUV171.49106.28182.57-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.60%
GREEN value IS 140 (55.08% from 255) = 26.87%
BLUE value IS 133 (52.34% from 255) = 25.53%
R=47.60%
G=26.87%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814013300.440.460.033.6589.1574.71
HexF88C8502C2E34594b
Octal3702142050545634131113
Binary11111000100011001000010101011001011101110010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88C85; }

 p { color: rgb(248,140,133); }

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

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

 a { background-color: rgb(248,140,133); }

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

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

 span { border-color: rgb(248,140,133); }

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