Shades of Sweet Pink #F98C87
Tints of Sweet Pink #F98C87
RGB
CMYK
RGB Variations
Color information
#F98C87 (or 0xF98C87) is known color: Sweet Pink. HEX triplet: F9, 8C and 87. RGB value is (249,140,135). Sum of RGB (Red+Green+Blue) = 249+140+135=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 135 (53.12% from 255 or 25.76% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98C87 is #067378. Grayscale: #ACACAC. Windows color (decimal): -422777 or 8883449. OLE color: 8883449.
HSL color Cylindrical-coordinate representation of color #F98C87: hue angle of 2.63º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F98C87 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 140 | 135 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.02 |
| HSL | 2.63º | 0.9% | 0.75% | - |
| HSV(B) | 2.63º | 0.46% | 0.98% | - |
| XYZ | 52.82 | 40.65 | 27.98 | - |
| YUV | 172.02 | 107.11 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 140 | 135 | 0 | 0.44 | 0.46 | 0.02 | 2.63 | 0.9 | 0.75 |
| Hex | F9 | 8C | 87 | 0 | 2C | 2E | 2 | 3 | 5A | 4B |
| Octal | 371 | 214 | 207 | 0 | 54 | 56 | 2 | 3 | 132 | 113 |
| Binary | 11111001 | 10001100 | 10000111 | 0 | 101100 | 101110 | 10 | 11 | 1011010 | 1001011 |
Color Harmonies of #F98C87
Complementary color
Monochromatic Colors of #F98C87
Black with #F98C87
Text Example
Text Example
White with #F98C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98C87; }
p { color: rgb(249,140,135); }
H1.HeaderClassName
{
color: #F98C87;
}
.AnyTagClassName
{
color: #F98C87;
}
</style>
background-color css
<style>
a { background-color: #F98C87; }
a { background-color: rgb(249,140,135); }
div.DivClassName
{
background-color: #F98C87;
}
.BgClassName
{
background-color: #F98C87;
}
</style>
border-color css
<style>
span { border-color: #F98C87; }
span { border-color: rgb(249,140,135); }
td.TdClassName
{
border-color: #F98C87;
}
.TagClassName
{
border-color: #F98C87;
}
</style>