Shades of Sweet Pink #F08A88
Tints of Sweet Pink #F08A88
RGB
CMYK
RGB Variations
Color information
#F08A88 (or 0xF08A88) is known color: Sweet Pink. HEX triplet: F0, 8A and 88. RGB value is (240,138,136). Sum of RGB (Red+Green+Blue) = 240+138+136=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08A88 is #0F7577. Grayscale: #A8A8A8. Windows color (decimal): -1013112 or 8948464. OLE color: 8948464.
HSL color Cylindrical-coordinate representation of color #F08A88: hue angle of 1.15º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F08A88 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 136 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.06 |
| HSL | 1.15º | 0.78% | 0.74% | - |
| HSV(B) | 1.15º | 0.43% | 0.94% | - |
| XYZ | 49.47 | 38.48 | 28.11 | - |
| YUV | 168.27 | 109.79 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 136 | 0 | 0.42 | 0.43 | 0.06 | 1.15 | 0.78 | 0.74 |
| Hex | F0 | 8A | 88 | 0 | 2A | 2B | 6 | 1 | 4E | 4A |
| Octal | 360 | 212 | 210 | 0 | 52 | 53 | 6 | 1 | 116 | 112 |
| Binary | 11110000 | 10001010 | 10001000 | 0 | 101010 | 101011 | 110 | 1 | 1001110 | 1001010 |
Color Harmonies of #F08A88
Complementary color
Monochromatic Colors of #F08A88
Black with #F08A88
Text Example
Text Example
White with #F08A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08A88; }
p { color: rgb(240,138,136); }
H1.HeaderClassName
{
color: #F08A88;
}
.AnyTagClassName
{
color: #F08A88;
}
</style>
background-color css
<style>
a { background-color: #F08A88; }
a { background-color: rgb(240,138,136); }
div.DivClassName
{
background-color: #F08A88;
}
.BgClassName
{
background-color: #F08A88;
}
</style>
border-color css
<style>
span { border-color: #F08A88; }
span { border-color: rgb(240,138,136); }
td.TdClassName
{
border-color: #F08A88;
}
.TagClassName
{
border-color: #F08A88;
}
</style>