Shades of Tea Rose #F188CF
Tints of Tea Rose #F188CF
RGB
CMYK
RGB Variations
Color information
#F188CF (or 0xF188CF) is known color: Tea Rose. HEX triplet: F1, 88 and CF. RGB value is (241,136,207). Sum of RGB (Red+Green+Blue) = 241+136+207=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 136 (53.52% from 255 or 23.29% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F188CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F188CF is #0E7730. Grayscale: #AFAFAF. Windows color (decimal): -948017 or 13601009. OLE color: 13601009.
HSL color Cylindrical-coordinate representation of color #F188CF: hue angle of 319.43º 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 #F188CF is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 136 | 207 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.05 |
| HSL | 319.43º | 0.79% | 0.74% | - |
| HSV(B) | 319.43º | 0.44% | 0.95% | - |
| XYZ | 56.34 | 40.81 | 63.94 | - |
| YUV | 175.49 | 145.79 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 136 | 207 | 0 | 0.44 | 0.14 | 0.05 | 319.43 | 0.79 | 0.74 |
| Hex | F1 | 88 | CF | 0 | 2C | E | 5 | 13F | 4F | 4A |
| Octal | 361 | 210 | 317 | 0 | 54 | 16 | 5 | 477 | 117 | 112 |
| Binary | 11110001 | 10001000 | 11001111 | 0 | 101100 | 1110 | 101 | 100111111 | 1001111 | 1001010 |
Color Harmonies of #F188CF
Complementary color
Monochromatic Colors of #F188CF
Black with #F188CF
Text Example
Text Example
White with #F188CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F188CF; }
p { color: rgb(241,136,207); }
H1.HeaderClassName
{
color: #F188CF;
}
.AnyTagClassName
{
color: #F188CF;
}
</style>
background-color css
<style>
a { background-color: #F188CF; }
a { background-color: rgb(241,136,207); }
div.DivClassName
{
background-color: #F188CF;
}
.BgClassName
{
background-color: #F188CF;
}
</style>
border-color css
<style>
span { border-color: #F188CF; }
span { border-color: rgb(241,136,207); }
td.TdClassName
{
border-color: #F188CF;
}
.TagClassName
{
border-color: #F188CF;
}
</style>