Shades of Tea Rose #F27BCC
Tints of Tea Rose #F27BCC
RGB
CMYK
RGB Variations
Color information
#F27BCC (or 0xF27BCC) is known color: Tea Rose. HEX triplet: F2, 7B and CC. RGB value is (242,123,204). Sum of RGB (Red+Green+Blue) = 242+123+204=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 123 (48.44% from 255 or 21.62% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F27BCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27BCC is #0D8433. Grayscale: #A7A7A7. Windows color (decimal): -885812 or 13401074. OLE color: 13401074.
HSL color Cylindrical-coordinate representation of color #F27BCC: hue angle of 319.16º 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 #F27BCC is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 123 | 204 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.05 |
| HSL | 319.16º | 0.82% | 0.72% | - |
| HSV(B) | 319.16º | 0.49% | 0.95% | - |
| XYZ | 54.6 | 37.4 | 61.47 | - |
| YUV | 167.82 | 148.42 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 123 | 204 | 0 | 0.49 | 0.16 | 0.05 | 319.16 | 0.82 | 0.72 |
| Hex | F2 | 7B | CC | 0 | 31 | 10 | 5 | 13F | 52 | 48 |
| Octal | 362 | 173 | 314 | 0 | 61 | 20 | 5 | 477 | 122 | 110 |
| Binary | 11110010 | 1111011 | 11001100 | 0 | 110001 | 10000 | 101 | 100111111 | 1010010 | 1001000 |
Color Harmonies of #F27BCC
Complementary color
Monochromatic Colors of #F27BCC
Black with #F27BCC
Text Example
Text Example
White with #F27BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27BCC; }
p { color: rgb(242,123,204); }
H1.HeaderClassName
{
color: #F27BCC;
}
.AnyTagClassName
{
color: #F27BCC;
}
</style>
background-color css
<style>
a { background-color: #F27BCC; }
a { background-color: rgb(242,123,204); }
div.DivClassName
{
background-color: #F27BCC;
}
.BgClassName
{
background-color: #F27BCC;
}
</style>
border-color css
<style>
span { border-color: #F27BCC; }
span { border-color: rgb(242,123,204); }
td.TdClassName
{
border-color: #F27BCC;
}
.TagClassName
{
border-color: #F27BCC;
}
</style>