Shades of Tea Rose #F187CF
Tints of Tea Rose #F187CF
RGB
CMYK
RGB Variations
Color information
#F187CF (or 0xF187CF) is known color: Tea Rose. HEX triplet: F1, 87 and CF. RGB value is (241,135,207). Sum of RGB (Red+Green+Blue) = 241+135+207=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 135 (53.12% from 255 or 23.16% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F187CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F187CF is #0E7830. Grayscale: #AEAEAE. Windows color (decimal): -948273 or 13600753. OLE color: 13600753.
HSL color Cylindrical-coordinate representation of color #F187CF: hue angle of 319.25º 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 #F187CF is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 135 | 207 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.05 |
| HSL | 319.25º | 0.79% | 0.74% | - |
| HSV(B) | 319.25º | 0.44% | 0.95% | - |
| XYZ | 56.2 | 40.53 | 63.89 | - |
| YUV | 174.9 | 146.12 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 135 | 207 | 0 | 0.44 | 0.14 | 0.05 | 319.25 | 0.79 | 0.74 |
| Hex | F1 | 87 | CF | 0 | 2C | E | 5 | 13F | 4F | 4A |
| Octal | 361 | 207 | 317 | 0 | 54 | 16 | 5 | 477 | 117 | 112 |
| Binary | 11110001 | 10000111 | 11001111 | 0 | 101100 | 1110 | 101 | 100111111 | 1001111 | 1001010 |
Color Harmonies of #F187CF
Complementary color
Monochromatic Colors of #F187CF
Black with #F187CF
Text Example
Text Example
White with #F187CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F187CF; }
p { color: rgb(241,135,207); }
H1.HeaderClassName
{
color: #F187CF;
}
.AnyTagClassName
{
color: #F187CF;
}
</style>
background-color css
<style>
a { background-color: #F187CF; }
a { background-color: rgb(241,135,207); }
div.DivClassName
{
background-color: #F187CF;
}
.BgClassName
{
background-color: #F187CF;
}
</style>
border-color css
<style>
span { border-color: #F187CF; }
span { border-color: rgb(241,135,207); }
td.TdClassName
{
border-color: #F187CF;
}
.TagClassName
{
border-color: #F187CF;
}
</style>