Shades of Tea Rose #F092CF
Tints of Tea Rose #F092CF
RGB
CMYK
RGB Variations
Color information
#F092CF (or 0xF092CF) is known color: Tea Rose. HEX triplet: F0, 92 and CF. RGB value is (240,146,207). Sum of RGB (Red+Green+Blue) = 240+146+207=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 146 (57.42% from 255 or 24.62% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F092CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F092CF is #0F6D30. Grayscale: #B4B4B4. Windows color (decimal): -1010993 or 13603568. OLE color: 13603568.
HSL color Cylindrical-coordinate representation of color #F092CF: hue angle of 321.06º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F092CF is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 146 | 207 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.06 |
| HSL | 321.06º | 0.76% | 0.76% | - |
| HSV(B) | 321.06º | 0.39% | 0.94% | - |
| XYZ | 57.48 | 43.59 | 64.42 | - |
| YUV | 181.06 | 142.64 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 146 | 207 | 0 | 0.39 | 0.14 | 0.06 | 321.06 | 0.76 | 0.76 |
| Hex | F0 | 92 | CF | 0 | 27 | E | 6 | 141 | 4C | 4C |
| Octal | 360 | 222 | 317 | 0 | 47 | 16 | 6 | 501 | 114 | 114 |
| Binary | 11110000 | 10010010 | 11001111 | 0 | 100111 | 1110 | 110 | 101000001 | 1001100 | 1001100 |
Color Harmonies of #F092CF
Complementary color
Monochromatic Colors of #F092CF
Black with #F092CF
Text Example
Text Example
White with #F092CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F092CF; }
p { color: rgb(240,146,207); }
H1.HeaderClassName
{
color: #F092CF;
}
.AnyTagClassName
{
color: #F092CF;
}
</style>
background-color css
<style>
a { background-color: #F092CF; }
a { background-color: rgb(240,146,207); }
div.DivClassName
{
background-color: #F092CF;
}
.BgClassName
{
background-color: #F092CF;
}
</style>
border-color css
<style>
span { border-color: #F092CF; }
span { border-color: rgb(240,146,207); }
td.TdClassName
{
border-color: #F092CF;
}
.TagClassName
{
border-color: #F092CF;
}
</style>