Shades of Tea Rose #F27CC5
Tints of Tea Rose #F27CC5
RGB
CMYK
RGB Variations
Color information
#F27CC5 (or 0xF27CC5) is known color: Tea Rose. HEX triplet: F2, 7C and C5. RGB value is (242,124,197). Sum of RGB (Red+Green+Blue) = 242+124+197=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 124 (48.83% from 255 or 22.02% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F27CC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27CC5 is #0D833A. Grayscale: #A7A7A7. Windows color (decimal): -885563 or 12942578. OLE color: 12942578.
HSL color Cylindrical-coordinate representation of color #F27CC5: hue angle of 322.88º 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 #F27CC5 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 124 | 197 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.05 |
| HSL | 322.88º | 0.82% | 0.72% | - |
| HSV(B) | 322.88º | 0.49% | 0.95% | - |
| XYZ | 53.9 | 37.32 | 57.19 | - |
| YUV | 167.6 | 144.59 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 124 | 197 | 0 | 0.49 | 0.19 | 0.05 | 322.88 | 0.82 | 0.72 |
| Hex | F2 | 7C | C5 | 0 | 31 | 13 | 5 | 143 | 52 | 48 |
| Octal | 362 | 174 | 305 | 0 | 61 | 23 | 5 | 503 | 122 | 110 |
| Binary | 11110010 | 1111100 | 11000101 | 0 | 110001 | 10011 | 101 | 101000011 | 1010010 | 1001000 |
Color Harmonies of #F27CC5
Complementary color
Monochromatic Colors of #F27CC5
Black with #F27CC5
Text Example
Text Example
White with #F27CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27CC5; }
p { color: rgb(242,124,197); }
H1.HeaderClassName
{
color: #F27CC5;
}
.AnyTagClassName
{
color: #F27CC5;
}
</style>
background-color css
<style>
a { background-color: #F27CC5; }
a { background-color: rgb(242,124,197); }
div.DivClassName
{
background-color: #F27CC5;
}
.BgClassName
{
background-color: #F27CC5;
}
</style>
border-color css
<style>
span { border-color: #F27CC5; }
span { border-color: rgb(242,124,197); }
td.TdClassName
{
border-color: #F27CC5;
}
.TagClassName
{
border-color: #F27CC5;
}
</style>