Shades of Tea Rose #F17FCE
Tints of Tea Rose #F17FCE
RGB
CMYK
RGB Variations
Color information
#F17FCE (or 0xF17FCE) is known color: Tea Rose. HEX triplet: F1, 7F and CE. RGB value is (241,127,206). Sum of RGB (Red+Green+Blue) = 241+127+206=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 127 (50% from 255 or 22.13% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FCE is #0E8031. Grayscale: #A9A9A9. Windows color (decimal): -950322 or 13533169. OLE color: 13533169.
HSL color Cylindrical-coordinate representation of color #F17FCE: hue angle of 318.42º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F17FCE is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 127 | 206 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.05 |
| HSL | 318.42º | 0.8% | 0.72% | - |
| HSV(B) | 318.42º | 0.47% | 0.95% | - |
| XYZ | 55.01 | 38.34 | 62.89 | - |
| YUV | 170.09 | 148.27 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 127 | 206 | 0 | 0.47 | 0.15 | 0.05 | 318.42 | 0.8 | 0.72 |
| Hex | F1 | 7F | CE | 0 | 2F | F | 5 | 13E | 50 | 48 |
| Octal | 361 | 177 | 316 | 0 | 57 | 17 | 5 | 476 | 120 | 110 |
| Binary | 11110001 | 1111111 | 11001110 | 0 | 101111 | 1111 | 101 | 100111110 | 1010000 | 1001000 |
Color Harmonies of #F17FCE
Complementary color
Monochromatic Colors of #F17FCE
Black with #F17FCE
Text Example
Text Example
White with #F17FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17FCE; }
p { color: rgb(241,127,206); }
H1.HeaderClassName
{
color: #F17FCE;
}
.AnyTagClassName
{
color: #F17FCE;
}
</style>
background-color css
<style>
a { background-color: #F17FCE; }
a { background-color: rgb(241,127,206); }
div.DivClassName
{
background-color: #F17FCE;
}
.BgClassName
{
background-color: #F17FCE;
}
</style>
border-color css
<style>
span { border-color: #F17FCE; }
span { border-color: rgb(241,127,206); }
td.TdClassName
{
border-color: #F17FCE;
}
.TagClassName
{
border-color: #F17FCE;
}
</style>