Shades of Tea Rose #F387CB
Tints of Tea Rose #F387CB
RGB
CMYK
RGB Variations
Color information
#F387CB (or 0xF387CB) is known color: Tea Rose. HEX triplet: F3, 87 and CB. RGB value is (243,135,203). Sum of RGB (Red+Green+Blue) = 243+135+203=581 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.82% from 581); Green value is 135 (53.12% from 255 or 23.24% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 243 - color contains mainly: red. Hex color #F387CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F387CB is #0C7834. Grayscale: #AEAEAE. Windows color (decimal): -817205 or 13338611. OLE color: 13338611.
HSL color Cylindrical-coordinate representation of color #F387CB: hue angle of 322.22º degrees, saturation: 0.82, 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 #F387CB is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 135 | 203 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.05 |
| HSL | 322.22º | 0.82% | 0.74% | - |
| HSV(B) | 322.22º | 0.44% | 0.95% | - |
| XYZ | 56.41 | 40.69 | 61.38 | - |
| YUV | 175.04 | 143.78 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 135 | 203 | 0 | 0.44 | 0.16 | 0.05 | 322.22 | 0.82 | 0.74 |
| Hex | F3 | 87 | CB | 0 | 2C | 10 | 5 | 142 | 52 | 4A |
| Octal | 363 | 207 | 313 | 0 | 54 | 20 | 5 | 502 | 122 | 112 |
| Binary | 11110011 | 10000111 | 11001011 | 0 | 101100 | 10000 | 101 | 101000010 | 1010010 | 1001010 |
Color Harmonies of #F387CB
Complementary color
Monochromatic Colors of #F387CB
Black with #F387CB
Text Example
Text Example
White with #F387CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F387CB; }
p { color: rgb(243,135,203); }
H1.HeaderClassName
{
color: #F387CB;
}
.AnyTagClassName
{
color: #F387CB;
}
</style>
background-color css
<style>
a { background-color: #F387CB; }
a { background-color: rgb(243,135,203); }
div.DivClassName
{
background-color: #F387CB;
}
.BgClassName
{
background-color: #F387CB;
}
</style>
border-color css
<style>
span { border-color: #F387CB; }
span { border-color: rgb(243,135,203); }
td.TdClassName
{
border-color: #F387CB;
}
.TagClassName
{
border-color: #F387CB;
}
</style>