Shades of Tea Rose #F191C8
Tints of Tea Rose #F191C8
RGB
CMYK
RGB Variations
Color information
#F191C8 (or 0xF191C8) is known color: Tea Rose. HEX triplet: F1, 91 and C8. RGB value is (241,145,200). Sum of RGB (Red+Green+Blue) = 241+145+200=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 145 (57.03% from 255 or 24.74% from 586); Blue value is 200 (78.52% from 255 or 34.13% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F191C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F191C8 is #0E6E37. Grayscale: #B3B3B3. Windows color (decimal): -945720 or 13144561. OLE color: 13144561.
HSL color Cylindrical-coordinate representation of color #F191C8: hue angle of 325.62º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F191C8 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 145 | 200 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.05 |
| HSL | 325.63º | 0.77% | 0.76% | - |
| HSV(B) | 325.63º | 0.4% | 0.95% | - |
| XYZ | 56.83 | 43.12 | 59.97 | - |
| YUV | 179.97 | 139.3 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 145 | 200 | 0 | 0.40 | 0.17 | 0.05 | 325.63 | 0.77 | 0.76 |
| Hex | F1 | 91 | C8 | 0 | 28 | 11 | 5 | 146 | 4D | 4C |
| Octal | 361 | 221 | 310 | 0 | 50 | 21 | 5 | 506 | 115 | 114 |
| Binary | 11110001 | 10010001 | 11001000 | 0 | 101000 | 10001 | 101 | 101000110 | 1001101 | 1001100 |
Color Harmonies of #F191C8
Complementary color
Monochromatic Colors of #F191C8
Black with #F191C8
Text Example
Text Example
White with #F191C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F191C8; }
p { color: rgb(241,145,200); }
H1.HeaderClassName
{
color: #F191C8;
}
.AnyTagClassName
{
color: #F191C8;
}
</style>
background-color css
<style>
a { background-color: #F191C8; }
a { background-color: rgb(241,145,200); }
div.DivClassName
{
background-color: #F191C8;
}
.BgClassName
{
background-color: #F191C8;
}
</style>
border-color css
<style>
span { border-color: #F191C8; }
span { border-color: rgb(241,145,200); }
td.TdClassName
{
border-color: #F191C8;
}
.TagClassName
{
border-color: #F191C8;
}
</style>