Shades of Tea Rose #F987CC
Tints of Tea Rose #F987CC
RGB
CMYK
RGB Variations
Color information
#F987CC (or 0xF987CC) is known color: Tea Rose. HEX triplet: F9, 87 and CC. RGB value is (249,135,204). Sum of RGB (Red+Green+Blue) = 249+135+204=588 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.35% from 588); Green value is 135 (53.12% from 255 or 22.96% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 249 - color contains mainly: red. Hex color #F987CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F987CC is #067833. Grayscale: #B0B0B0. Windows color (decimal): -423988 or 13404153. OLE color: 13404153.
HSL color Cylindrical-coordinate representation of color #F987CC: hue angle of 323.68º 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 #F987CC is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 135 | 204 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.02 |
| HSL | 323.68º | 0.9% | 0.75% | - |
| HSV(B) | 323.68º | 0.46% | 0.98% | - |
| XYZ | 58.63 | 41.83 | 62.11 | - |
| YUV | 176.95 | 143.27 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 135 | 204 | 0 | 0.46 | 0.18 | 0.02 | 323.68 | 0.9 | 0.75 |
| Hex | F9 | 87 | CC | 0 | 2E | 12 | 2 | 144 | 5A | 4B |
| Octal | 371 | 207 | 314 | 0 | 56 | 22 | 2 | 504 | 132 | 113 |
| Binary | 11111001 | 10000111 | 11001100 | 0 | 101110 | 10010 | 10 | 101000100 | 1011010 | 1001011 |
Color Harmonies of #F987CC
Complementary color
Monochromatic Colors of #F987CC
Black with #F987CC
Text Example
Text Example
White with #F987CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F987CC; }
p { color: rgb(249,135,204); }
H1.HeaderClassName
{
color: #F987CC;
}
.AnyTagClassName
{
color: #F987CC;
}
</style>
background-color css
<style>
a { background-color: #F987CC; }
a { background-color: rgb(249,135,204); }
div.DivClassName
{
background-color: #F987CC;
}
.BgClassName
{
background-color: #F987CC;
}
</style>
border-color css
<style>
span { border-color: #F987CC; }
span { border-color: rgb(249,135,204); }
td.TdClassName
{
border-color: #F987CC;
}
.TagClassName
{
border-color: #F987CC;
}
</style>