Shades of Tea Rose #F192CC
Tints of Tea Rose #F192CC
RGB
CMYK
RGB Variations
Color information
#F192CC (or 0xF192CC) is known color: Tea Rose. HEX triplet: F1, 92 and CC. RGB value is (241,146,204). Sum of RGB (Red+Green+Blue) = 241+146+204=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 146 (57.42% from 255 or 24.70% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F192CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F192CC is #0E6D33. Grayscale: #B4B4B4. Windows color (decimal): -945460 or 13406961. OLE color: 13406961.
HSL color Cylindrical-coordinate representation of color #F192CC: hue angle of 323.37º 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 #F192CC is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 204 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.05 |
| HSL | 323.37º | 0.77% | 0.76% | - |
| HSV(B) | 323.37º | 0.39% | 0.95% | - |
| XYZ | 57.45 | 43.62 | 62.52 | - |
| YUV | 181.02 | 140.97 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 204 | 0 | 0.39 | 0.15 | 0.05 | 323.37 | 0.77 | 0.76 |
| Hex | F1 | 92 | CC | 0 | 27 | F | 5 | 143 | 4D | 4C |
| Octal | 361 | 222 | 314 | 0 | 47 | 17 | 5 | 503 | 115 | 114 |
| Binary | 11110001 | 10010010 | 11001100 | 0 | 100111 | 1111 | 101 | 101000011 | 1001101 | 1001100 |
Color Harmonies of #F192CC
Complementary color
Monochromatic Colors of #F192CC
Black with #F192CC
Text Example
Text Example
White with #F192CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F192CC; }
p { color: rgb(241,146,204); }
H1.HeaderClassName
{
color: #F192CC;
}
.AnyTagClassName
{
color: #F192CC;
}
</style>
background-color css
<style>
a { background-color: #F192CC; }
a { background-color: rgb(241,146,204); }
div.DivClassName
{
background-color: #F192CC;
}
.BgClassName
{
background-color: #F192CC;
}
</style>
border-color css
<style>
span { border-color: #F192CC; }
span { border-color: rgb(241,146,204); }
td.TdClassName
{
border-color: #F192CC;
}
.TagClassName
{
border-color: #F192CC;
}
</style>