Shades of Tea Rose #F292CF
Tints of Tea Rose #F292CF
RGB
CMYK
RGB Variations
Color information
#F292CF (or 0xF292CF) is known color: Tea Rose. HEX triplet: F2, 92 and CF. RGB value is (242,146,207). Sum of RGB (Red+Green+Blue) = 242+146+207=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F292CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F292CF is #0D6D30. Grayscale: #B5B5B5. Windows color (decimal): -879921 or 13603570. OLE color: 13603570.
HSL color Cylindrical-coordinate representation of color #F292CF: hue angle of 321.88º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F292CF is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 146 | 207 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.05 |
| HSL | 321.88º | 0.79% | 0.76% | - |
| HSV(B) | 321.88º | 0.4% | 0.95% | - |
| XYZ | 58.16 | 43.94 | 64.45 | - |
| YUV | 181.66 | 142.3 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 146 | 207 | 0 | 0.40 | 0.14 | 0.05 | 321.88 | 0.79 | 0.76 |
| Hex | F2 | 92 | CF | 0 | 28 | E | 5 | 142 | 4F | 4C |
| Octal | 362 | 222 | 317 | 0 | 50 | 16 | 5 | 502 | 117 | 114 |
| Binary | 11110010 | 10010010 | 11001111 | 0 | 101000 | 1110 | 101 | 101000010 | 1001111 | 1001100 |
Color Harmonies of #F292CF
Complementary color
Monochromatic Colors of #F292CF
Black with #F292CF
Text Example
Text Example
White with #F292CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F292CF; }
p { color: rgb(242,146,207); }
H1.HeaderClassName
{
color: #F292CF;
}
.AnyTagClassName
{
color: #F292CF;
}
</style>
background-color css
<style>
a { background-color: #F292CF; }
a { background-color: rgb(242,146,207); }
div.DivClassName
{
background-color: #F292CF;
}
.BgClassName
{
background-color: #F292CF;
}
</style>
border-color css
<style>
span { border-color: #F292CF; }
span { border-color: rgb(242,146,207); }
td.TdClassName
{
border-color: #F292CF;
}
.TagClassName
{
border-color: #F292CF;
}
</style>