Shades of Sweet Pink #F08B85
Tints of Sweet Pink #F08B85
RGB
CMYK
RGB Variations
Color information
#F08B85 (or 0xF08B85) is known color: Sweet Pink. HEX triplet: F0, 8B and 85. RGB value is (240,139,133). Sum of RGB (Red+Green+Blue) = 240+139+133=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08B85 is #0F747A. Grayscale: #A8A8A8. Windows color (decimal): -1012859 or 8752112. OLE color: 8752112.
HSL color Cylindrical-coordinate representation of color #F08B85: hue angle of 3.36º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F08B85 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 139 | 133 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.06 |
| HSL | 3.36º | 0.78% | 0.73% | - |
| HSV(B) | 3.36º | 0.45% | 0.94% | - |
| XYZ | 49.4 | 38.68 | 27.05 | - |
| YUV | 168.52 | 107.96 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 133 | 0 | 0.42 | 0.45 | 0.06 | 3.36 | 0.78 | 0.73 |
| Hex | F0 | 8B | 85 | 0 | 2A | 2D | 6 | 3 | 4E | 49 |
| Octal | 360 | 213 | 205 | 0 | 52 | 55 | 6 | 3 | 116 | 111 |
| Binary | 11110000 | 10001011 | 10000101 | 0 | 101010 | 101101 | 110 | 11 | 1001110 | 1001001 |
Color Harmonies of #F08B85
Complementary color
Monochromatic Colors of #F08B85
Black with #F08B85
Text Example
Text Example
White with #F08B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08B85; }
p { color: rgb(240,139,133); }
H1.HeaderClassName
{
color: #F08B85;
}
.AnyTagClassName
{
color: #F08B85;
}
</style>
background-color css
<style>
a { background-color: #F08B85; }
a { background-color: rgb(240,139,133); }
div.DivClassName
{
background-color: #F08B85;
}
.BgClassName
{
background-color: #F08B85;
}
</style>
border-color css
<style>
span { border-color: #F08B85; }
span { border-color: rgb(240,139,133); }
td.TdClassName
{
border-color: #F08B85;
}
.TagClassName
{
border-color: #F08B85;
}
</style>