Shades of Tea Rose #F692CF
Tints of Tea Rose #F692CF
RGB
CMYK
RGB Variations
Color information
#F692CF (or 0xF692CF) is known color: Tea Rose. HEX triplet: F6, 92 and CF. RGB value is (246,146,207). Sum of RGB (Red+Green+Blue) = 246+146+207=599 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.07% from 599); Green value is 146 (57.42% from 255 or 24.37% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 246 - color contains mainly: red. Hex color #F692CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F692CF is #096D30. Grayscale: #B6B6B6. Windows color (decimal): -617777 or 13603574. OLE color: 13603574.
HSL color Cylindrical-coordinate representation of color #F692CF: hue angle of 323.4º 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 #F692CF is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 146 | 207 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.04 |
| HSL | 323.4º | 0.85% | 0.77% | - |
| HSV(B) | 323.4º | 0.41% | 0.96% | - |
| XYZ | 59.55 | 44.66 | 64.51 | - |
| YUV | 182.85 | 141.63 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 146 | 207 | 0 | 0.41 | 0.16 | 0.04 | 323.4 | 0.85 | 0.77 |
| Hex | F6 | 92 | CF | 0 | 29 | 10 | 4 | 143 | 55 | 4D |
| Octal | 366 | 222 | 317 | 0 | 51 | 20 | 4 | 503 | 125 | 115 |
| Binary | 11110110 | 10010010 | 11001111 | 0 | 101001 | 10000 | 100 | 101000011 | 1010101 | 1001101 |
Color Harmonies of #F692CF
Complementary color
Monochromatic Colors of #F692CF
Black with #F692CF
Text Example
Text Example
White with #F692CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F692CF; }
p { color: rgb(246,146,207); }
H1.HeaderClassName
{
color: #F692CF;
}
.AnyTagClassName
{
color: #F692CF;
}
</style>
background-color css
<style>
a { background-color: #F692CF; }
a { background-color: rgb(246,146,207); }
div.DivClassName
{
background-color: #F692CF;
}
.BgClassName
{
background-color: #F692CF;
}
</style>
border-color css
<style>
span { border-color: #F692CF; }
span { border-color: rgb(246,146,207); }
td.TdClassName
{
border-color: #F692CF;
}
.TagClassName
{
border-color: #F692CF;
}
</style>