Shades of Tea Rose #F27CC9
Tints of Tea Rose #F27CC9
RGB
CMYK
RGB Variations
Color information
#F27CC9 (or 0xF27CC9) is known color: Tea Rose. HEX triplet: F2, 7C and C9. RGB value is (242,124,201). Sum of RGB (Red+Green+Blue) = 242+124+201=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 124 (48.83% from 255 or 21.87% from 567); Blue value is 201 (78.91% from 255 or 35.45% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F27CC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27CC9 is #0D8336. Grayscale: #A7A7A7. Windows color (decimal): -885559 or 13204722. OLE color: 13204722.
HSL color Cylindrical-coordinate representation of color #F27CC9: hue angle of 320.85º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F27CC9 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 124 | 201 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.05 |
| HSL | 320.85º | 0.82% | 0.72% | - |
| HSV(B) | 320.85º | 0.49% | 0.95% | - |
| XYZ | 54.37 | 37.51 | 59.63 | - |
| YUV | 168.06 | 146.59 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 124 | 201 | 0 | 0.49 | 0.17 | 0.05 | 320.85 | 0.82 | 0.72 |
| Hex | F2 | 7C | C9 | 0 | 31 | 11 | 5 | 141 | 52 | 48 |
| Octal | 362 | 174 | 311 | 0 | 61 | 21 | 5 | 501 | 122 | 110 |
| Binary | 11110010 | 1111100 | 11001001 | 0 | 110001 | 10001 | 101 | 101000001 | 1010010 | 1001000 |
Color Harmonies of #F27CC9
Complementary color
Monochromatic Colors of #F27CC9
Black with #F27CC9
Text Example
Text Example
White with #F27CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27CC9; }
p { color: rgb(242,124,201); }
H1.HeaderClassName
{
color: #F27CC9;
}
.AnyTagClassName
{
color: #F27CC9;
}
</style>
background-color css
<style>
a { background-color: #F27CC9; }
a { background-color: rgb(242,124,201); }
div.DivClassName
{
background-color: #F27CC9;
}
.BgClassName
{
background-color: #F27CC9;
}
</style>
border-color css
<style>
span { border-color: #F27CC9; }
span { border-color: rgb(242,124,201); }
td.TdClassName
{
border-color: #F27CC9;
}
.TagClassName
{
border-color: #F27CC9;
}
</style>