Shades of Sweet Pink #F08F8D
Tints of Sweet Pink #F08F8D
RGB
CMYK
RGB Variations
Color information
#F08F8D (or 0xF08F8D) is known color: Sweet Pink. HEX triplet: F0, 8F and 8D. RGB value is (240,143,141). Sum of RGB (Red+Green+Blue) = 240+143+141=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08F8D is #0F7072. Grayscale: #ABABAB. Windows color (decimal): -1011827 or 9277424. OLE color: 9277424.
HSL color Cylindrical-coordinate representation of color #F08F8D: hue angle of 1.21º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F08F8D is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 141 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.06 |
| HSL | 1.21º | 0.77% | 0.75% | - |
| HSV(B) | 1.21º | 0.41% | 0.94% | - |
| XYZ | 50.57 | 40.09 | 30.27 | - |
| YUV | 171.78 | 110.64 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 141 | 0 | 0.40 | 0.41 | 0.06 | 1.21 | 0.77 | 0.75 |
| Hex | F0 | 8F | 8D | 0 | 28 | 29 | 6 | 1 | 4D | 4B |
| Octal | 360 | 217 | 215 | 0 | 50 | 51 | 6 | 1 | 115 | 113 |
| Binary | 11110000 | 10001111 | 10001101 | 0 | 101000 | 101001 | 110 | 1 | 1001101 | 1001011 |
Color Harmonies of #F08F8D
Complementary color
Monochromatic Colors of #F08F8D
Black with #F08F8D
Text Example
Text Example
White with #F08F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08F8D; }
p { color: rgb(240,143,141); }
H1.HeaderClassName
{
color: #F08F8D;
}
.AnyTagClassName
{
color: #F08F8D;
}
</style>
background-color css
<style>
a { background-color: #F08F8D; }
a { background-color: rgb(240,143,141); }
div.DivClassName
{
background-color: #F08F8D;
}
.BgClassName
{
background-color: #F08F8D;
}
</style>
border-color css
<style>
span { border-color: #F08F8D; }
span { border-color: rgb(240,143,141); }
td.TdClassName
{
border-color: #F08F8D;
}
.TagClassName
{
border-color: #F08F8D;
}
</style>