Shades of Tea Rose #F18FC8
Tints of Tea Rose #F18FC8
RGB
CMYK
RGB Variations
Color information
#F18FC8 (or 0xF18FC8) is known color: Tea Rose. HEX triplet: F1, 8F and C8. RGB value is (241,143,200). Sum of RGB (Red+Green+Blue) = 241+143+200=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 143 (56.25% from 255 or 24.49% from 584); Blue value is 200 (78.52% from 255 or 34.25% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F18FC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18FC8 is #0E7037. Grayscale: #B2B2B2. Windows color (decimal): -946232 or 13144049. OLE color: 13144049.
HSL color Cylindrical-coordinate representation of color #F18FC8: hue angle of 325.1º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F18FC8 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 200 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.05 |
| HSL | 325.1º | 0.78% | 0.75% | - |
| HSV(B) | 325.1º | 0.41% | 0.95% | - |
| XYZ | 56.52 | 42.52 | 59.87 | - |
| YUV | 178.8 | 139.97 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 200 | 0 | 0.41 | 0.17 | 0.05 | 325.1 | 0.78 | 0.75 |
| Hex | F1 | 8F | C8 | 0 | 29 | 11 | 5 | 145 | 4E | 4B |
| Octal | 361 | 217 | 310 | 0 | 51 | 21 | 5 | 505 | 116 | 113 |
| Binary | 11110001 | 10001111 | 11001000 | 0 | 101001 | 10001 | 101 | 101000101 | 1001110 | 1001011 |
Color Harmonies of #F18FC8
Complementary color
Monochromatic Colors of #F18FC8
Black with #F18FC8
Text Example
Text Example
White with #F18FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18FC8; }
p { color: rgb(241,143,200); }
H1.HeaderClassName
{
color: #F18FC8;
}
.AnyTagClassName
{
color: #F18FC8;
}
</style>
background-color css
<style>
a { background-color: #F18FC8; }
a { background-color: rgb(241,143,200); }
div.DivClassName
{
background-color: #F18FC8;
}
.BgClassName
{
background-color: #F18FC8;
}
</style>
border-color css
<style>
span { border-color: #F18FC8; }
span { border-color: rgb(241,143,200); }
td.TdClassName
{
border-color: #F18FC8;
}
.TagClassName
{
border-color: #F18FC8;
}
</style>