#F08B87

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

Shades of Sweet Pink #F08B87

Tints of Sweet Pink #F08B87

Color information

#F08B87 (or 0xF08B87) is unknown color: approx Sweet Pink. HEX triplet: F0, 8B and 87. RGB value is (240,139,135). Sum of RGB (Red+Green+Blue) = 240+139+135=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 135 (53.12% from 255 or 26.26% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08B87 is #0F7478. Grayscale: #A8A8A8. Windows color (decimal): -1012857 or 8883184. OLE color: 8883184.

HSL color Cylindrical-coordinate representation of color #F08B87: hue angle of 2.29º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F08B87 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB240139135-
CMYK00.420.440.06
HSL2.29º77.78%73.53%-
HSV(B)2.29º43.75%94.12%-
XYZ49.5438.7427.79-
YUV168.74108.96178.83-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.69%
GREEN value IS 139 (54.69% from 255) = 27.04%
BLUE value IS 135 (53.12% from 255) = 26.26%
R=46.69%
G=27.04%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013913500.420.440.062.2977.7873.53
HexF08B8702A2C624e4a
Octal3602132070525462116112
Binary11110000100010111000011101010101011001101010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08B87; }

 p { color: rgb(240,139,135); }

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

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

 a { background-color: rgb(240,139,135); }

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

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

 span { border-color: rgb(240,139,135); }

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