Shades of Sweet Pink #F98C8C
Tints of Sweet Pink #F98C8C
RGB
CMYK
RGB Variations
Color information
#F98C8C (or 0xF98C8C) is known color: Sweet Pink. HEX triplet: F9, 8C and 8C. RGB value is (249,140,140). Sum of RGB (Red+Green+Blue) = 249+140+140=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98C8C is #067373. Grayscale: #ACACAC. Windows color (decimal): -422772 or 9211129. OLE color: 9211129.
HSL color Cylindrical-coordinate representation of color #F98C8C: hue angle of 0º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F98C8C is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 140 | 140 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.02 |
| HSL | 0º | 0.9% | 0.76% | - |
| HSV(B) | 0º | 0.44% | 0.98% | - |
| XYZ | 53.18 | 40.79 | 29.88 | - |
| YUV | 172.59 | 109.61 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 140 | 140 | 0 | 0.44 | 0.44 | 0.02 | 0 | 0.9 | 0.76 |
| Hex | F9 | 8C | 8C | 0 | 2C | 2C | 2 | 0 | 5A | 4C |
| Octal | 371 | 214 | 214 | 0 | 54 | 54 | 2 | 0 | 132 | 114 |
| Binary | 11111001 | 10001100 | 10001100 | 0 | 101100 | 101100 | 10 | 0 | 1011010 | 1001100 |
Color Harmonies of #F98C8C
Complementary color
Monochromatic Colors of #F98C8C
Black with #F98C8C
Text Example
Text Example
White with #F98C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98C8C; }
p { color: rgb(249,140,140); }
H1.HeaderClassName
{
color: #F98C8C;
}
.AnyTagClassName
{
color: #F98C8C;
}
</style>
background-color css
<style>
a { background-color: #F98C8C; }
a { background-color: rgb(249,140,140); }
div.DivClassName
{
background-color: #F98C8C;
}
.BgClassName
{
background-color: #F98C8C;
}
</style>
border-color css
<style>
span { border-color: #F98C8C; }
span { border-color: rgb(249,140,140); }
td.TdClassName
{
border-color: #F98C8C;
}
.TagClassName
{
border-color: #F98C8C;
}
</style>