Shades of Tea Rose #F087C7
Tints of Tea Rose #F087C7
RGB
CMYK
RGB Variations
Color information
#F087C7 (or 0xF087C7) is known color: Tea Rose. HEX triplet: F0, 87 and C7. RGB value is (240,135,199). Sum of RGB (Red+Green+Blue) = 240+135+199=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 135 (53.12% from 255 or 23.52% from 574); Blue value is 199 (78.12% from 255 or 34.67% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F087C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F087C7 is #0F7838. Grayscale: #ADADAD. Windows color (decimal): -1013817 or 13076464. OLE color: 13076464.
HSL color Cylindrical-coordinate representation of color #F087C7: hue angle of 323.43º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F087C7 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 135 | 199 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.06 |
| HSL | 323.43º | 0.78% | 0.74% | - |
| HSV(B) | 323.43º | 0.44% | 0.94% | - |
| XYZ | 54.91 | 39.98 | 58.86 | - |
| YUV | 173.69 | 142.29 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 199 | 0 | 0.44 | 0.17 | 0.06 | 323.43 | 0.78 | 0.74 |
| Hex | F0 | 87 | C7 | 0 | 2C | 11 | 6 | 143 | 4E | 4A |
| Octal | 360 | 207 | 307 | 0 | 54 | 21 | 6 | 503 | 116 | 112 |
| Binary | 11110000 | 10000111 | 11000111 | 0 | 101100 | 10001 | 110 | 101000011 | 1001110 | 1001010 |
Color Harmonies of #F087C7
Complementary color
Monochromatic Colors of #F087C7
Black with #F087C7
Text Example
Text Example
White with #F087C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F087C7; }
p { color: rgb(240,135,199); }
H1.HeaderClassName
{
color: #F087C7;
}
.AnyTagClassName
{
color: #F087C7;
}
</style>
background-color css
<style>
a { background-color: #F087C7; }
a { background-color: rgb(240,135,199); }
div.DivClassName
{
background-color: #F087C7;
}
.BgClassName
{
background-color: #F087C7;
}
</style>
border-color css
<style>
span { border-color: #F087C7; }
span { border-color: rgb(240,135,199); }
td.TdClassName
{
border-color: #F087C7;
}
.TagClassName
{
border-color: #F087C7;
}
</style>