Shades of Tea Rose #F67BC6
Tints of Tea Rose #F67BC6
RGB
CMYK
RGB Variations
Color information
#F67BC6 (or 0xF67BC6) is known color: Tea Rose. HEX triplet: F6, 7B and C6. RGB value is (246,123,198). Sum of RGB (Red+Green+Blue) = 246+123+198=567 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.39% from 567); Green value is 123 (48.44% from 255 or 21.69% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 246 - color contains mainly: red. Hex color #F67BC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67BC6 is #098439. Grayscale: #A8A8A8. Windows color (decimal): -623674 or 13007862. OLE color: 13007862.
HSL color Cylindrical-coordinate representation of color #F67BC6: hue angle of 323.41º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67BC6 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 123 | 198 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.04 |
| HSL | 323.41º | 0.87% | 0.72% | - |
| HSV(B) | 323.41º | 0.5% | 0.96% | - |
| XYZ | 55.28 | 37.84 | 57.82 | - |
| YUV | 168.33 | 144.75 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 123 | 198 | 0 | 0.50 | 0.20 | 0.04 | 323.41 | 0.87 | 0.72 |
| Hex | F6 | 7B | C6 | 0 | 32 | 14 | 4 | 143 | 57 | 48 |
| Octal | 366 | 173 | 306 | 0 | 62 | 24 | 4 | 503 | 127 | 110 |
| Binary | 11110110 | 1111011 | 11000110 | 0 | 110010 | 10100 | 100 | 101000011 | 1010111 | 1001000 |
Color Harmonies of #F67BC6
Complementary color
Monochromatic Colors of #F67BC6
Black with #F67BC6
Text Example
Text Example
White with #F67BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67BC6; }
p { color: rgb(246,123,198); }
H1.HeaderClassName
{
color: #F67BC6;
}
.AnyTagClassName
{
color: #F67BC6;
}
</style>
background-color css
<style>
a { background-color: #F67BC6; }
a { background-color: rgb(246,123,198); }
div.DivClassName
{
background-color: #F67BC6;
}
.BgClassName
{
background-color: #F67BC6;
}
</style>
border-color css
<style>
span { border-color: #F67BC6; }
span { border-color: rgb(246,123,198); }
td.TdClassName
{
border-color: #F67BC6;
}
.TagClassName
{
border-color: #F67BC6;
}
</style>