Shades of Tea Rose #F192CB
Tints of Tea Rose #F192CB
RGB
CMYK
RGB Variations
Color information
#F192CB (or 0xF192CB) is known color: Tea Rose. HEX triplet: F1, 92 and CB. RGB value is (241,146,203). Sum of RGB (Red+Green+Blue) = 241+146+203=590 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.85% from 590); Green value is 146 (57.42% from 255 or 24.75% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 241 - color contains mainly: red. Hex color #F192CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F192CB is #0E6D34. Grayscale: #B4B4B4. Windows color (decimal): -945461 or 13341425. OLE color: 13341425.
HSL color Cylindrical-coordinate representation of color #F192CB: hue angle of 324º 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 #F192CB is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 203 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.05 |
| HSL | 324º | 0.77% | 0.76% | - |
| HSV(B) | 324º | 0.39% | 0.95% | - |
| XYZ | 57.33 | 43.57 | 61.89 | - |
| YUV | 180.9 | 140.47 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 203 | 0 | 0.39 | 0.16 | 0.05 | 324 | 0.77 | 0.76 |
| Hex | F1 | 92 | CB | 0 | 27 | 10 | 5 | 144 | 4D | 4C |
| Octal | 361 | 222 | 313 | 0 | 47 | 20 | 5 | 504 | 115 | 114 |
| Binary | 11110001 | 10010010 | 11001011 | 0 | 100111 | 10000 | 101 | 101000100 | 1001101 | 1001100 |
Color Harmonies of #F192CB
Complementary color
Monochromatic Colors of #F192CB
Black with #F192CB
Text Example
Text Example
White with #F192CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F192CB; }
p { color: rgb(241,146,203); }
H1.HeaderClassName
{
color: #F192CB;
}
.AnyTagClassName
{
color: #F192CB;
}
</style>
background-color css
<style>
a { background-color: #F192CB; }
a { background-color: rgb(241,146,203); }
div.DivClassName
{
background-color: #F192CB;
}
.BgClassName
{
background-color: #F192CB;
}
</style>
border-color css
<style>
span { border-color: #F192CB; }
span { border-color: rgb(241,146,203); }
td.TdClassName
{
border-color: #F192CB;
}
.TagClassName
{
border-color: #F192CB;
}
</style>