Shades of Tea Rose #F692CB
Tints of Tea Rose #F692CB
RGB
CMYK
RGB Variations
Color information
#F692CB (or 0xF692CB) is known color: Tea Rose. HEX triplet: F6, 92 and CB. RGB value is (246,146,203). Sum of RGB (Red+Green+Blue) = 246+146+203=595 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.34% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 246 - color contains mainly: red. Hex color #F692CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F692CB is #096D34. Grayscale: #B6B6B6. Windows color (decimal): -617781 or 13341430. OLE color: 13341430.
HSL color Cylindrical-coordinate representation of color #F692CB: hue angle of 325.8º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F692CB is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 146 | 203 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.04 |
| HSL | 325.8º | 0.85% | 0.77% | - |
| HSV(B) | 325.8º | 0.41% | 0.96% | - |
| XYZ | 59.06 | 44.46 | 61.97 | - |
| YUV | 182.4 | 139.63 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 146 | 203 | 0 | 0.41 | 0.17 | 0.04 | 325.8 | 0.85 | 0.77 |
| Hex | F6 | 92 | CB | 0 | 29 | 11 | 4 | 146 | 55 | 4D |
| Octal | 366 | 222 | 313 | 0 | 51 | 21 | 4 | 506 | 125 | 115 |
| Binary | 11110110 | 10010010 | 11001011 | 0 | 101001 | 10001 | 100 | 101000110 | 1010101 | 1001101 |
Color Harmonies of #F692CB
Complementary color
Monochromatic Colors of #F692CB
Black with #F692CB
Text Example
Text Example
White with #F692CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F692CB; }
p { color: rgb(246,146,203); }
H1.HeaderClassName
{
color: #F692CB;
}
.AnyTagClassName
{
color: #F692CB;
}
</style>
background-color css
<style>
a { background-color: #F692CB; }
a { background-color: rgb(246,146,203); }
div.DivClassName
{
background-color: #F692CB;
}
.BgClassName
{
background-color: #F692CB;
}
</style>
border-color css
<style>
span { border-color: #F692CB; }
span { border-color: rgb(246,146,203); }
td.TdClassName
{
border-color: #F692CB;
}
.TagClassName
{
border-color: #F692CB;
}
</style>