Shades of Tea Rose #F690CB
Tints of Tea Rose #F690CB
RGB
CMYK
RGB Variations
Color information
#F690CB (or 0xF690CB) is known color: Tea Rose. HEX triplet: F6, 90 and CB. RGB value is (246,144,203). Sum of RGB (Red+Green+Blue) = 246+144+203=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 144 (56.64% from 255 or 24.28% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 246 - color contains mainly: red. Hex color #F690CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F690CB is #096F34. Grayscale: #B5B5B5. Windows color (decimal): -618293 or 13340918. OLE color: 13340918.
HSL color Cylindrical-coordinate representation of color #F690CB: hue angle of 325.29º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F690CB is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 144 | 203 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.04 |
| HSL | 325.29º | 0.85% | 0.76% | - |
| HSV(B) | 325.29º | 0.41% | 0.96% | - |
| XYZ | 58.76 | 43.85 | 61.87 | - |
| YUV | 181.22 | 140.29 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 203 | 0 | 0.41 | 0.17 | 0.04 | 325.29 | 0.85 | 0.76 |
| Hex | F6 | 90 | CB | 0 | 29 | 11 | 4 | 145 | 55 | 4C |
| Octal | 366 | 220 | 313 | 0 | 51 | 21 | 4 | 505 | 125 | 114 |
| Binary | 11110110 | 10010000 | 11001011 | 0 | 101001 | 10001 | 100 | 101000101 | 1010101 | 1001100 |
Color Harmonies of #F690CB
Complementary color
Monochromatic Colors of #F690CB
Black with #F690CB
Text Example
Text Example
White with #F690CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F690CB; }
p { color: rgb(246,144,203); }
H1.HeaderClassName
{
color: #F690CB;
}
.AnyTagClassName
{
color: #F690CB;
}
</style>
background-color css
<style>
a { background-color: #F690CB; }
a { background-color: rgb(246,144,203); }
div.DivClassName
{
background-color: #F690CB;
}
.BgClassName
{
background-color: #F690CB;
}
</style>
border-color css
<style>
span { border-color: #F690CB; }
span { border-color: rgb(246,144,203); }
td.TdClassName
{
border-color: #F690CB;
}
.TagClassName
{
border-color: #F690CB;
}
</style>