Shades of Tea Rose #F288CF
Tints of Tea Rose #F288CF
RGB
CMYK
RGB Variations
Color information
#F288CF (or 0xF288CF) is known color: Tea Rose. HEX triplet: F2, 88 and CF. RGB value is (242,136,207). Sum of RGB (Red+Green+Blue) = 242+136+207=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 136 (53.52% from 255 or 23.25% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F288CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F288CF is #0D7730. Grayscale: #AFAFAF. Windows color (decimal): -882481 or 13601010. OLE color: 13601010.
HSL color Cylindrical-coordinate representation of color #F288CF: hue angle of 319.81º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F288CF is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 207 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.05 |
| HSL | 319.81º | 0.8% | 0.74% | - |
| HSV(B) | 319.81º | 0.44% | 0.95% | - |
| XYZ | 56.68 | 40.99 | 63.96 | - |
| YUV | 175.79 | 145.62 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 207 | 0 | 0.44 | 0.14 | 0.05 | 319.81 | 0.8 | 0.74 |
| Hex | F2 | 88 | CF | 0 | 2C | E | 5 | 140 | 50 | 4A |
| Octal | 362 | 210 | 317 | 0 | 54 | 16 | 5 | 500 | 120 | 112 |
| Binary | 11110010 | 10001000 | 11001111 | 0 | 101100 | 1110 | 101 | 101000000 | 1010000 | 1001010 |
Color Harmonies of #F288CF
Complementary color
Monochromatic Colors of #F288CF
Black with #F288CF
Text Example
Text Example
White with #F288CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F288CF; }
p { color: rgb(242,136,207); }
H1.HeaderClassName
{
color: #F288CF;
}
.AnyTagClassName
{
color: #F288CF;
}
</style>
background-color css
<style>
a { background-color: #F288CF; }
a { background-color: rgb(242,136,207); }
div.DivClassName
{
background-color: #F288CF;
}
.BgClassName
{
background-color: #F288CF;
}
</style>
border-color css
<style>
span { border-color: #F288CF; }
span { border-color: rgb(242,136,207); }
td.TdClassName
{
border-color: #F288CF;
}
.TagClassName
{
border-color: #F288CF;
}
</style>