Shades of Sweet Pink #F08D7F
Tints of Sweet Pink #F08D7F
RGB
CMYK
RGB Variations
Color information
#F08D7F (or 0xF08D7F) is known color: Sweet Pink. HEX triplet: F0, 8D and 7F. RGB value is (240,141,127). Sum of RGB (Red+Green+Blue) = 240+141+127=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08D7F is #0F7280. Grayscale: #A9A9A9. Windows color (decimal): -1012353 or 8359408. OLE color: 8359408.
HSL color Cylindrical-coordinate representation of color #F08D7F: hue angle of 7.43º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F08D7F is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 141 | 127 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.06 |
| HSL | 7.43º | 0.79% | 0.72% | - |
| HSV(B) | 7.43º | 0.47% | 0.94% | - |
| XYZ | 49.29 | 39.11 | 25.03 | - |
| YUV | 169.01 | 104.3 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 127 | 0 | 0.41 | 0.47 | 0.06 | 7.43 | 0.79 | 0.72 |
| Hex | F0 | 8D | 7F | 0 | 29 | 2F | 6 | 7 | 4F | 48 |
| Octal | 360 | 215 | 177 | 0 | 51 | 57 | 6 | 7 | 117 | 110 |
| Binary | 11110000 | 10001101 | 1111111 | 0 | 101001 | 101111 | 110 | 111 | 1001111 | 1001000 |
Color Harmonies of #F08D7F
Complementary color
Monochromatic Colors of #F08D7F
Black with #F08D7F
Text Example
Text Example
White with #F08D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08D7F; }
p { color: rgb(240,141,127); }
H1.HeaderClassName
{
color: #F08D7F;
}
.AnyTagClassName
{
color: #F08D7F;
}
</style>
background-color css
<style>
a { background-color: #F08D7F; }
a { background-color: rgb(240,141,127); }
div.DivClassName
{
background-color: #F08D7F;
}
.BgClassName
{
background-color: #F08D7F;
}
</style>
border-color css
<style>
span { border-color: #F08D7F; }
span { border-color: rgb(240,141,127); }
td.TdClassName
{
border-color: #F08D7F;
}
.TagClassName
{
border-color: #F08D7F;
}
</style>