Shades of Tea Rose #F681CC
Tints of Tea Rose #F681CC
RGB
CMYK
RGB Variations
Color information
#F681CC (or 0xF681CC) is known color: Tea Rose. HEX triplet: F6, 81 and CC. RGB value is (246,129,204). Sum of RGB (Red+Green+Blue) = 246+129+204=579 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.49% from 579); Green value is 129 (50.78% from 255 or 22.28% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 246 - color contains mainly: red. Hex color #F681CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F681CC is #097E33. Grayscale: #ACACAC. Windows color (decimal): -622132 or 13402614. OLE color: 13402614.
HSL color Cylindrical-coordinate representation of color #F681CC: hue angle of 321.54º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F681CC is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 129 | 204 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.04 |
| HSL | 321.54º | 0.87% | 0.74% | - |
| HSV(B) | 321.54º | 0.48% | 0.96% | - |
| XYZ | 56.76 | 39.65 | 61.79 | - |
| YUV | 172.53 | 145.76 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 129 | 204 | 0 | 0.48 | 0.17 | 0.04 | 321.54 | 0.87 | 0.74 |
| Hex | F6 | 81 | CC | 0 | 30 | 11 | 4 | 142 | 57 | 4A |
| Octal | 366 | 201 | 314 | 0 | 60 | 21 | 4 | 502 | 127 | 112 |
| Binary | 11110110 | 10000001 | 11001100 | 0 | 110000 | 10001 | 100 | 101000010 | 1010111 | 1001010 |
Color Harmonies of #F681CC
Complementary color
Monochromatic Colors of #F681CC
Black with #F681CC
Text Example
Text Example
White with #F681CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F681CC; }
p { color: rgb(246,129,204); }
H1.HeaderClassName
{
color: #F681CC;
}
.AnyTagClassName
{
color: #F681CC;
}
</style>
background-color css
<style>
a { background-color: #F681CC; }
a { background-color: rgb(246,129,204); }
div.DivClassName
{
background-color: #F681CC;
}
.BgClassName
{
background-color: #F681CC;
}
</style>
border-color css
<style>
span { border-color: #F681CC; }
span { border-color: rgb(246,129,204); }
td.TdClassName
{
border-color: #F681CC;
}
.TagClassName
{
border-color: #F681CC;
}
</style>