Shades of Tea Rose #F190C7
Tints of Tea Rose #F190C7
RGB
CMYK
RGB Variations
Color information
#F190C7 (or 0xF190C7) is known color: Tea Rose. HEX triplet: F1, 90 and C7. RGB value is (241,144,199). Sum of RGB (Red+Green+Blue) = 241+144+199=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 144 (56.64% from 255 or 24.66% from 584); Blue value is 199 (78.12% from 255 or 34.08% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F190C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F190C7 is #0E6F38. Grayscale: #B3B3B3. Windows color (decimal): -945977 or 13078769. OLE color: 13078769.
HSL color Cylindrical-coordinate representation of color #F190C7: hue angle of 325.98º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F190C7 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 199 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.05 |
| HSL | 325.98º | 0.78% | 0.75% | - |
| HSV(B) | 325.98º | 0.4% | 0.95% | - |
| XYZ | 56.56 | 42.77 | 59.31 | - |
| YUV | 179.27 | 139.14 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 199 | 0 | 0.40 | 0.17 | 0.05 | 325.98 | 0.78 | 0.75 |
| Hex | F1 | 90 | C7 | 0 | 28 | 11 | 5 | 146 | 4E | 4B |
| Octal | 361 | 220 | 307 | 0 | 50 | 21 | 5 | 506 | 116 | 113 |
| Binary | 11110001 | 10010000 | 11000111 | 0 | 101000 | 10001 | 101 | 101000110 | 1001110 | 1001011 |
Color Harmonies of #F190C7
Complementary color
Monochromatic Colors of #F190C7
Black with #F190C7
Text Example
Text Example
White with #F190C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F190C7; }
p { color: rgb(241,144,199); }
H1.HeaderClassName
{
color: #F190C7;
}
.AnyTagClassName
{
color: #F190C7;
}
</style>
background-color css
<style>
a { background-color: #F190C7; }
a { background-color: rgb(241,144,199); }
div.DivClassName
{
background-color: #F190C7;
}
.BgClassName
{
background-color: #F190C7;
}
</style>
border-color css
<style>
span { border-color: #F190C7; }
span { border-color: rgb(241,144,199); }
td.TdClassName
{
border-color: #F190C7;
}
.TagClassName
{
border-color: #F190C7;
}
</style>