Shades of Tea Rose #F192CD
Tints of Tea Rose #F192CD
RGB
CMYK
RGB Variations
Color information
#F192CD (or 0xF192CD) is known color: Tea Rose. HEX triplet: F1, 92 and CD. RGB value is (241,146,205). Sum of RGB (Red+Green+Blue) = 241+146+205=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 146 (57.42% from 255 or 24.66% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 241 - color contains mainly: red. Hex color #F192CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F192CD is #0E6D32. Grayscale: #B4B4B4. Windows color (decimal): -945459 or 13472497. OLE color: 13472497.
HSL color Cylindrical-coordinate representation of color #F192CD: hue angle of 322.74º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F192CD is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 205 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.05 |
| HSL | 322.74º | 0.77% | 0.76% | - |
| HSV(B) | 322.74º | 0.39% | 0.95% | - |
| XYZ | 57.57 | 43.67 | 63.15 | - |
| YUV | 181.13 | 141.47 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 205 | 0 | 0.39 | 0.15 | 0.05 | 322.74 | 0.77 | 0.76 |
| Hex | F1 | 92 | CD | 0 | 27 | F | 5 | 143 | 4D | 4C |
| Octal | 361 | 222 | 315 | 0 | 47 | 17 | 5 | 503 | 115 | 114 |
| Binary | 11110001 | 10010010 | 11001101 | 0 | 100111 | 1111 | 101 | 101000011 | 1001101 | 1001100 |
Color Harmonies of #F192CD
Complementary color
Monochromatic Colors of #F192CD
Black with #F192CD
Text Example
Text Example
White with #F192CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F192CD; }
p { color: rgb(241,146,205); }
H1.HeaderClassName
{
color: #F192CD;
}
.AnyTagClassName
{
color: #F192CD;
}
</style>
background-color css
<style>
a { background-color: #F192CD; }
a { background-color: rgb(241,146,205); }
div.DivClassName
{
background-color: #F192CD;
}
.BgClassName
{
background-color: #F192CD;
}
</style>
border-color css
<style>
span { border-color: #F192CD; }
span { border-color: rgb(241,146,205); }
td.TdClassName
{
border-color: #F192CD;
}
.TagClassName
{
border-color: #F192CD;
}
</style>