Shades of Tea Rose #F187CB
Tints of Tea Rose #F187CB
RGB
CMYK
RGB Variations
Color information
#F187CB (or 0xF187CB) is known color: Tea Rose. HEX triplet: F1, 87 and CB. RGB value is (241,135,203). Sum of RGB (Red+Green+Blue) = 241+135+203=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 135 (53.12% from 255 or 23.32% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F187CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F187CB is #0E7834. Grayscale: #AEAEAE. Windows color (decimal): -948277 or 13338609. OLE color: 13338609.
HSL color Cylindrical-coordinate representation of color #F187CB: hue angle of 321.51º degrees, saturation: 0.79, 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 #F187CB is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 135 | 203 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.05 |
| HSL | 321.51º | 0.79% | 0.74% | - |
| HSV(B) | 321.51º | 0.44% | 0.95% | - |
| XYZ | 55.72 | 40.34 | 61.35 | - |
| YUV | 174.45 | 144.12 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 135 | 203 | 0 | 0.44 | 0.16 | 0.05 | 321.51 | 0.79 | 0.74 |
| Hex | F1 | 87 | CB | 0 | 2C | 10 | 5 | 142 | 4F | 4A |
| Octal | 361 | 207 | 313 | 0 | 54 | 20 | 5 | 502 | 117 | 112 |
| Binary | 11110001 | 10000111 | 11001011 | 0 | 101100 | 10000 | 101 | 101000010 | 1001111 | 1001010 |
Color Harmonies of #F187CB
Complementary color
Monochromatic Colors of #F187CB
Black with #F187CB
Text Example
Text Example
White with #F187CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F187CB; }
p { color: rgb(241,135,203); }
H1.HeaderClassName
{
color: #F187CB;
}
.AnyTagClassName
{
color: #F187CB;
}
</style>
background-color css
<style>
a { background-color: #F187CB; }
a { background-color: rgb(241,135,203); }
div.DivClassName
{
background-color: #F187CB;
}
.BgClassName
{
background-color: #F187CB;
}
</style>
border-color css
<style>
span { border-color: #F187CB; }
span { border-color: rgb(241,135,203); }
td.TdClassName
{
border-color: #F187CB;
}
.TagClassName
{
border-color: #F187CB;
}
</style>