Shades of Tea Rose #F287CB
Tints of Tea Rose #F287CB
RGB
CMYK
RGB Variations
Color information
#F287CB (or 0xF287CB) is known color: Tea Rose. HEX triplet: F2, 87 and CB. RGB value is (242,135,203). Sum of RGB (Red+Green+Blue) = 242+135+203=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 135 (53.12% from 255 or 23.28% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F287CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F287CB is #0D7834. Grayscale: #AEAEAE. Windows color (decimal): -882741 or 13338610. OLE color: 13338610.
HSL color Cylindrical-coordinate representation of color #F287CB: hue angle of 321.87º 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 #F287CB is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 203 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.05 |
| HSL | 321.87º | 0.8% | 0.74% | - |
| HSV(B) | 321.87º | 0.44% | 0.95% | - |
| XYZ | 56.06 | 40.52 | 61.37 | - |
| YUV | 174.75 | 143.95 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 203 | 0 | 0.44 | 0.16 | 0.05 | 321.87 | 0.8 | 0.74 |
| Hex | F2 | 87 | CB | 0 | 2C | 10 | 5 | 142 | 50 | 4A |
| Octal | 362 | 207 | 313 | 0 | 54 | 20 | 5 | 502 | 120 | 112 |
| Binary | 11110010 | 10000111 | 11001011 | 0 | 101100 | 10000 | 101 | 101000010 | 1010000 | 1001010 |
Color Harmonies of #F287CB
Complementary color
Monochromatic Colors of #F287CB
Black with #F287CB
Text Example
Text Example
White with #F287CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F287CB; }
p { color: rgb(242,135,203); }
H1.HeaderClassName
{
color: #F287CB;
}
.AnyTagClassName
{
color: #F287CB;
}
</style>
background-color css
<style>
a { background-color: #F287CB; }
a { background-color: rgb(242,135,203); }
div.DivClassName
{
background-color: #F287CB;
}
.BgClassName
{
background-color: #F287CB;
}
</style>
border-color css
<style>
span { border-color: #F287CB; }
span { border-color: rgb(242,135,203); }
td.TdClassName
{
border-color: #F287CB;
}
.TagClassName
{
border-color: #F287CB;
}
</style>