Shades of Tea Rose #F97FCD
Tints of Tea Rose #F97FCD
RGB
CMYK
RGB Variations
Color information
#F97FCD (or 0xF97FCD) is known color: Tea Rose. HEX triplet: F9, 7F and CD. RGB value is (249,127,205). Sum of RGB (Red+Green+Blue) = 249+127+205=581 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.86% from 581); Green value is 127 (50% from 255 or 21.86% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 249 - color contains mainly: red. Hex color #F97FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97FCD is #068032. Grayscale: #ACACAC. Windows color (decimal): -426035 or 13467641. OLE color: 13467641.
HSL color Cylindrical-coordinate representation of color #F97FCD: hue angle of 321.64º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F97FCD is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 127 | 205 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.02 |
| HSL | 321.64º | 0.91% | 0.74% | - |
| HSV(B) | 321.64º | 0.49% | 0.98% | - |
| XYZ | 57.68 | 39.73 | 62.39 | - |
| YUV | 172.37 | 146.42 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 127 | 205 | 0 | 0.49 | 0.18 | 0.02 | 321.64 | 0.91 | 0.74 |
| Hex | F9 | 7F | CD | 0 | 31 | 12 | 2 | 142 | 5B | 4A |
| Octal | 371 | 177 | 315 | 0 | 61 | 22 | 2 | 502 | 133 | 112 |
| Binary | 11111001 | 1111111 | 11001101 | 0 | 110001 | 10010 | 10 | 101000010 | 1011011 | 1001010 |
Color Harmonies of #F97FCD
Complementary color
Monochromatic Colors of #F97FCD
Black with #F97FCD
Text Example
Text Example
White with #F97FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97FCD; }
p { color: rgb(249,127,205); }
H1.HeaderClassName
{
color: #F97FCD;
}
.AnyTagClassName
{
color: #F97FCD;
}
</style>
background-color css
<style>
a { background-color: #F97FCD; }
a { background-color: rgb(249,127,205); }
div.DivClassName
{
background-color: #F97FCD;
}
.BgClassName
{
background-color: #F97FCD;
}
</style>
border-color css
<style>
span { border-color: #F97FCD; }
span { border-color: rgb(249,127,205); }
td.TdClassName
{
border-color: #F97FCD;
}
.TagClassName
{
border-color: #F97FCD;
}
</style>