Shades of Sweet Pink #F08F81
Tints of Sweet Pink #F08F81
RGB
CMYK
RGB Variations
Color information
#F08F81 (or 0xF08F81) is known color: Sweet Pink. HEX triplet: F0, 8F and 81. RGB value is (240,143,129). Sum of RGB (Red+Green+Blue) = 240+143+129=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 129 (50.78% from 255 or 25.20% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08F81 is #0F707E. Grayscale: #AAAAAA. Windows color (decimal): -1011839 or 8490992. OLE color: 8490992.
HSL color Cylindrical-coordinate representation of color #F08F81: hue angle of 7.57º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F08F81 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 129 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.06 |
| HSL | 7.57º | 0.79% | 0.72% | - |
| HSV(B) | 7.57º | 0.46% | 0.94% | - |
| XYZ | 49.72 | 39.76 | 25.82 | - |
| YUV | 170.41 | 104.64 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 129 | 0 | 0.40 | 0.46 | 0.06 | 7.57 | 0.79 | 0.72 |
| Hex | F0 | 8F | 81 | 0 | 28 | 2E | 6 | 8 | 4F | 48 |
| Octal | 360 | 217 | 201 | 0 | 50 | 56 | 6 | 10 | 117 | 110 |
| Binary | 11110000 | 10001111 | 10000001 | 0 | 101000 | 101110 | 110 | 1000 | 1001111 | 1001000 |
Color Harmonies of #F08F81
Complementary color
Monochromatic Colors of #F08F81
Black with #F08F81
Text Example
Text Example
White with #F08F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08F81; }
p { color: rgb(240,143,129); }
H1.HeaderClassName
{
color: #F08F81;
}
.AnyTagClassName
{
color: #F08F81;
}
</style>
background-color css
<style>
a { background-color: #F08F81; }
a { background-color: rgb(240,143,129); }
div.DivClassName
{
background-color: #F08F81;
}
.BgClassName
{
background-color: #F08F81;
}
</style>
border-color css
<style>
span { border-color: #F08F81; }
span { border-color: rgb(240,143,129); }
td.TdClassName
{
border-color: #F08F81;
}
.TagClassName
{
border-color: #F08F81;
}
</style>