Shades of Tea Rose #F088CF
Tints of Tea Rose #F088CF
RGB
CMYK
RGB Variations
Color information
#F088CF (or 0xF088CF) is known color: Tea Rose. HEX triplet: F0, 88 and CF. RGB value is (240,136,207). Sum of RGB (Red+Green+Blue) = 240+136+207=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 136 (53.52% from 255 or 23.33% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F088CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F088CF is #0F7730. Grayscale: #AFAFAF. Windows color (decimal): -1013553 or 13601008. OLE color: 13601008.
HSL color Cylindrical-coordinate representation of color #F088CF: hue angle of 319.04º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F088CF is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 207 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.06 |
| HSL | 319.04º | 0.78% | 0.74% | - |
| HSV(B) | 319.04º | 0.43% | 0.94% | - |
| XYZ | 56 | 40.64 | 63.92 | - |
| YUV | 175.19 | 145.96 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 207 | 0 | 0.43 | 0.14 | 0.06 | 319.04 | 0.78 | 0.74 |
| Hex | F0 | 88 | CF | 0 | 2B | E | 6 | 13F | 4E | 4A |
| Octal | 360 | 210 | 317 | 0 | 53 | 16 | 6 | 477 | 116 | 112 |
| Binary | 11110000 | 10001000 | 11001111 | 0 | 101011 | 1110 | 110 | 100111111 | 1001110 | 1001010 |
Color Harmonies of #F088CF
Complementary color
Monochromatic Colors of #F088CF
Black with #F088CF
Text Example
Text Example
White with #F088CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F088CF; }
p { color: rgb(240,136,207); }
H1.HeaderClassName
{
color: #F088CF;
}
.AnyTagClassName
{
color: #F088CF;
}
</style>
background-color css
<style>
a { background-color: #F088CF; }
a { background-color: rgb(240,136,207); }
div.DivClassName
{
background-color: #F088CF;
}
.BgClassName
{
background-color: #F088CF;
}
</style>
border-color css
<style>
span { border-color: #F088CF; }
span { border-color: rgb(240,136,207); }
td.TdClassName
{
border-color: #F088CF;
}
.TagClassName
{
border-color: #F088CF;
}
</style>