Shades of Tea Rose #F292C9
Tints of Tea Rose #F292C9
RGB
CMYK
RGB Variations
Color information
#F292C9 (or 0xF292C9) is known color: Tea Rose. HEX triplet: F2, 92 and C9. RGB value is (242,146,201). Sum of RGB (Red+Green+Blue) = 242+146+201=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 146 (57.42% from 255 or 24.79% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F292C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F292C9 is #0D6D36. Grayscale: #B4B4B4. Windows color (decimal): -879927 or 13210354. OLE color: 13210354.
HSL color Cylindrical-coordinate representation of color #F292C9: hue angle of 325.62º 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 #F292C9 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 146 | 201 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.05 |
| HSL | 325.63º | 0.79% | 0.76% | - |
| HSV(B) | 325.63º | 0.4% | 0.95% | - |
| XYZ | 57.44 | 43.65 | 60.66 | - |
| YUV | 180.97 | 139.3 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 146 | 201 | 0 | 0.40 | 0.17 | 0.05 | 325.63 | 0.79 | 0.76 |
| Hex | F2 | 92 | C9 | 0 | 28 | 11 | 5 | 146 | 4F | 4C |
| Octal | 362 | 222 | 311 | 0 | 50 | 21 | 5 | 506 | 117 | 114 |
| Binary | 11110010 | 10010010 | 11001001 | 0 | 101000 | 10001 | 101 | 101000110 | 1001111 | 1001100 |
Color Harmonies of #F292C9
Complementary color
Monochromatic Colors of #F292C9
Black with #F292C9
Text Example
Text Example
White with #F292C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F292C9; }
p { color: rgb(242,146,201); }
H1.HeaderClassName
{
color: #F292C9;
}
.AnyTagClassName
{
color: #F292C9;
}
</style>
background-color css
<style>
a { background-color: #F292C9; }
a { background-color: rgb(242,146,201); }
div.DivClassName
{
background-color: #F292C9;
}
.BgClassName
{
background-color: #F292C9;
}
</style>
border-color css
<style>
span { border-color: #F292C9; }
span { border-color: rgb(242,146,201); }
td.TdClassName
{
border-color: #F292C9;
}
.TagClassName
{
border-color: #F292C9;
}
</style>