Shades of Tea Rose #F27BC8
Tints of Tea Rose #F27BC8
RGB
CMYK
RGB Variations
Color information
#F27BC8 (or 0xF27BC8) is known color: Tea Rose. HEX triplet: F2, 7B and C8. RGB value is (242,123,200). Sum of RGB (Red+Green+Blue) = 242+123+200=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 123 (48.44% from 255 or 21.77% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F27BC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27BC8 is #0D8437. Grayscale: #A7A7A7. Windows color (decimal): -885816 or 13138930. OLE color: 13138930.
HSL color Cylindrical-coordinate representation of color #F27BC8: hue angle of 321.18º 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 #F27BC8 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 123 | 200 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.05 |
| HSL | 321.18º | 0.82% | 0.72% | - |
| HSV(B) | 321.18º | 0.49% | 0.95% | - |
| XYZ | 54.13 | 37.21 | 58.97 | - |
| YUV | 167.36 | 146.42 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 123 | 200 | 0 | 0.49 | 0.17 | 0.05 | 321.18 | 0.82 | 0.72 |
| Hex | F2 | 7B | C8 | 0 | 31 | 11 | 5 | 141 | 52 | 48 |
| Octal | 362 | 173 | 310 | 0 | 61 | 21 | 5 | 501 | 122 | 110 |
| Binary | 11110010 | 1111011 | 11001000 | 0 | 110001 | 10001 | 101 | 101000001 | 1010010 | 1001000 |
Color Harmonies of #F27BC8
Complementary color
Monochromatic Colors of #F27BC8
Black with #F27BC8
Text Example
Text Example
White with #F27BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27BC8; }
p { color: rgb(242,123,200); }
H1.HeaderClassName
{
color: #F27BC8;
}
.AnyTagClassName
{
color: #F27BC8;
}
</style>
background-color css
<style>
a { background-color: #F27BC8; }
a { background-color: rgb(242,123,200); }
div.DivClassName
{
background-color: #F27BC8;
}
.BgClassName
{
background-color: #F27BC8;
}
</style>
border-color css
<style>
span { border-color: #F27BC8; }
span { border-color: rgb(242,123,200); }
td.TdClassName
{
border-color: #F27BC8;
}
.TagClassName
{
border-color: #F27BC8;
}
</style>