Shades of Sweet Pink #F98C85
Tints of Sweet Pink #F98C85
RGB
CMYK
RGB Variations
Color information
#F98C85 (or 0xF98C85) is known color: Sweet Pink. HEX triplet: F9, 8C and 85. RGB value is (249,140,133). Sum of RGB (Red+Green+Blue) = 249+140+133=522 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.70% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98C85 is #06737A. Grayscale: #ABABAB. Windows color (decimal): -422779 or 8752377. OLE color: 8752377.
HSL color Cylindrical-coordinate representation of color #F98C85: hue angle of 3.62º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F98C85 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 140 | 133 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.02 |
| HSL | 3.62º | 0.91% | 0.75% | - |
| HSV(B) | 3.62º | 0.47% | 0.98% | - |
| XYZ | 52.68 | 40.59 | 27.25 | - |
| YUV | 171.79 | 106.11 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 140 | 133 | 0 | 0.44 | 0.47 | 0.02 | 3.62 | 0.91 | 0.75 |
| Hex | F9 | 8C | 85 | 0 | 2C | 2F | 2 | 4 | 5B | 4B |
| Octal | 371 | 214 | 205 | 0 | 54 | 57 | 2 | 4 | 133 | 113 |
| Binary | 11111001 | 10001100 | 10000101 | 0 | 101100 | 101111 | 10 | 100 | 1011011 | 1001011 |
Color Harmonies of #F98C85
Complementary color
Monochromatic Colors of #F98C85
Black with #F98C85
Text Example
Text Example
White with #F98C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98C85; }
p { color: rgb(249,140,133); }
H1.HeaderClassName
{
color: #F98C85;
}
.AnyTagClassName
{
color: #F98C85;
}
</style>
background-color css
<style>
a { background-color: #F98C85; }
a { background-color: rgb(249,140,133); }
div.DivClassName
{
background-color: #F98C85;
}
.BgClassName
{
background-color: #F98C85;
}
</style>
border-color css
<style>
span { border-color: #F98C85; }
span { border-color: rgb(249,140,133); }
td.TdClassName
{
border-color: #F98C85;
}
.TagClassName
{
border-color: #F98C85;
}
</style>