Shades of Tea Rose #F87BCB
Tints of Tea Rose #F87BCB
RGB
CMYK
RGB Variations
Color information
#F87BCB (or 0xF87BCB) is known color: Tea Rose. HEX triplet: F8, 7B and CB. RGB value is (248,123,203). Sum of RGB (Red+Green+Blue) = 248+123+203=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 123 (48.44% from 255 or 21.43% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 248 - color contains mainly: red. Hex color #F87BCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87BCB is #078434. Grayscale: #A9A9A9. Windows color (decimal): -492597 or 13335544. OLE color: 13335544.
HSL color Cylindrical-coordinate representation of color #F87BCB: hue angle of 321.6º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F87BCB is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 123 | 203 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.03 |
| HSL | 321.6º | 0.9% | 0.73% | - |
| HSV(B) | 321.6º | 0.5% | 0.97% | - |
| XYZ | 56.57 | 38.43 | 60.94 | - |
| YUV | 169.5 | 146.91 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 123 | 203 | 0 | 0.50 | 0.18 | 0.03 | 321.6 | 0.9 | 0.73 |
| Hex | F8 | 7B | CB | 0 | 32 | 12 | 3 | 142 | 5A | 49 |
| Octal | 370 | 173 | 313 | 0 | 62 | 22 | 3 | 502 | 132 | 111 |
| Binary | 11111000 | 1111011 | 11001011 | 0 | 110010 | 10010 | 11 | 101000010 | 1011010 | 1001001 |
Color Harmonies of #F87BCB
Complementary color
Monochromatic Colors of #F87BCB
Black with #F87BCB
Text Example
Text Example
White with #F87BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87BCB; }
p { color: rgb(248,123,203); }
H1.HeaderClassName
{
color: #F87BCB;
}
.AnyTagClassName
{
color: #F87BCB;
}
</style>
background-color css
<style>
a { background-color: #F87BCB; }
a { background-color: rgb(248,123,203); }
div.DivClassName
{
background-color: #F87BCB;
}
.BgClassName
{
background-color: #F87BCB;
}
</style>
border-color css
<style>
span { border-color: #F87BCB; }
span { border-color: rgb(248,123,203); }
td.TdClassName
{
border-color: #F87BCB;
}
.TagClassName
{
border-color: #F87BCB;
}
</style>