Shades of Tea Rose #F17FCD
Tints of Tea Rose #F17FCD
RGB
CMYK
RGB Variations
Color information
#F17FCD (or 0xF17FCD) is known color: Tea Rose. HEX triplet: F1, 7F and CD. RGB value is (241,127,205). Sum of RGB (Red+Green+Blue) = 241+127+205=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 127 (50% from 255 or 22.16% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FCD is #0E8032. Grayscale: #A9A9A9. Windows color (decimal): -950323 or 13467633. OLE color: 13467633.
HSL color Cylindrical-coordinate representation of color #F17FCD: hue angle of 318.95º 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 #F17FCD is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 127 | 205 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.05 |
| HSL | 318.95º | 0.8% | 0.72% | - |
| HSV(B) | 318.95º | 0.47% | 0.95% | - |
| XYZ | 54.88 | 38.29 | 62.26 | - |
| YUV | 169.98 | 147.77 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 127 | 205 | 0 | 0.47 | 0.15 | 0.05 | 318.95 | 0.8 | 0.72 |
| Hex | F1 | 7F | CD | 0 | 2F | F | 5 | 13F | 50 | 48 |
| Octal | 361 | 177 | 315 | 0 | 57 | 17 | 5 | 477 | 120 | 110 |
| Binary | 11110001 | 1111111 | 11001101 | 0 | 101111 | 1111 | 101 | 100111111 | 1010000 | 1001000 |
Color Harmonies of #F17FCD
Complementary color
Monochromatic Colors of #F17FCD
Black with #F17FCD
Text Example
Text Example
White with #F17FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17FCD; }
p { color: rgb(241,127,205); }
H1.HeaderClassName
{
color: #F17FCD;
}
.AnyTagClassName
{
color: #F17FCD;
}
</style>
background-color css
<style>
a { background-color: #F17FCD; }
a { background-color: rgb(241,127,205); }
div.DivClassName
{
background-color: #F17FCD;
}
.BgClassName
{
background-color: #F17FCD;
}
</style>
border-color css
<style>
span { border-color: #F17FCD; }
span { border-color: rgb(241,127,205); }
td.TdClassName
{
border-color: #F17FCD;
}
.TagClassName
{
border-color: #F17FCD;
}
</style>