Shades of Tea Rose #F27FCC
Tints of Tea Rose #F27FCC
RGB
CMYK
RGB Variations
Color information
#F27FCC (or 0xF27FCC) is known color: Tea Rose. HEX triplet: F2, 7F and CC. RGB value is (242,127,204). Sum of RGB (Red+Green+Blue) = 242+127+204=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 127 (50% from 255 or 22.16% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F27FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27FCC is #0D8033. Grayscale: #A9A9A9. Windows color (decimal): -884788 or 13402098. OLE color: 13402098.
HSL color Cylindrical-coordinate representation of color #F27FCC: hue angle of 319.83º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F27FCC is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 127 | 204 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.05 |
| HSL | 319.83º | 0.82% | 0.72% | - |
| HSV(B) | 319.83º | 0.48% | 0.95% | - |
| XYZ | 55.11 | 38.42 | 61.64 | - |
| YUV | 170.16 | 147.1 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 127 | 204 | 0 | 0.48 | 0.16 | 0.05 | 319.83 | 0.82 | 0.72 |
| Hex | F2 | 7F | CC | 0 | 30 | 10 | 5 | 140 | 52 | 48 |
| Octal | 362 | 177 | 314 | 0 | 60 | 20 | 5 | 500 | 122 | 110 |
| Binary | 11110010 | 1111111 | 11001100 | 0 | 110000 | 10000 | 101 | 101000000 | 1010010 | 1001000 |
Color Harmonies of #F27FCC
Complementary color
Monochromatic Colors of #F27FCC
Black with #F27FCC
Text Example
Text Example
White with #F27FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27FCC; }
p { color: rgb(242,127,204); }
H1.HeaderClassName
{
color: #F27FCC;
}
.AnyTagClassName
{
color: #F27FCC;
}
</style>
background-color css
<style>
a { background-color: #F27FCC; }
a { background-color: rgb(242,127,204); }
div.DivClassName
{
background-color: #F27FCC;
}
.BgClassName
{
background-color: #F27FCC;
}
</style>
border-color css
<style>
span { border-color: #F27FCC; }
span { border-color: rgb(242,127,204); }
td.TdClassName
{
border-color: #F27FCC;
}
.TagClassName
{
border-color: #F27FCC;
}
</style>