Shades of Tea Rose #F97CCD
Tints of Tea Rose #F97CCD
RGB
CMYK
RGB Variations
Color information
#F97CCD (or 0xF97CCD) is known color: Tea Rose. HEX triplet: F9, 7C and CD. RGB value is (249,124,205). Sum of RGB (Red+Green+Blue) = 249+124+205=578 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.08% from 578); Green value is 124 (48.83% from 255 or 21.45% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 249 - color contains mainly: red. Hex color #F97CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97CCD is #068332. Grayscale: #AAAAAA. Windows color (decimal): -426803 or 13466873. OLE color: 13466873.
HSL color Cylindrical-coordinate representation of color #F97CCD: hue angle of 321.12º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F97CCD is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 124 | 205 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.02 |
| HSL | 321.12º | 0.91% | 0.73% | - |
| HSV(B) | 321.12º | 0.5% | 0.98% | - |
| XYZ | 57.29 | 38.96 | 62.26 | - |
| YUV | 170.61 | 147.41 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 124 | 205 | 0 | 0.50 | 0.18 | 0.02 | 321.12 | 0.91 | 0.73 |
| Hex | F9 | 7C | CD | 0 | 32 | 12 | 2 | 141 | 5B | 49 |
| Octal | 371 | 174 | 315 | 0 | 62 | 22 | 2 | 501 | 133 | 111 |
| Binary | 11111001 | 1111100 | 11001101 | 0 | 110010 | 10010 | 10 | 101000001 | 1011011 | 1001001 |
Color Harmonies of #F97CCD
Complementary color
Monochromatic Colors of #F97CCD
Black with #F97CCD
Text Example
Text Example
White with #F97CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97CCD; }
p { color: rgb(249,124,205); }
H1.HeaderClassName
{
color: #F97CCD;
}
.AnyTagClassName
{
color: #F97CCD;
}
</style>
background-color css
<style>
a { background-color: #F97CCD; }
a { background-color: rgb(249,124,205); }
div.DivClassName
{
background-color: #F97CCD;
}
.BgClassName
{
background-color: #F97CCD;
}
</style>
border-color css
<style>
span { border-color: #F97CCD; }
span { border-color: rgb(249,124,205); }
td.TdClassName
{
border-color: #F97CCD;
}
.TagClassName
{
border-color: #F97CCD;
}
</style>