Shades of Tea Rose #F190D2
Tints of Tea Rose #F190D2
RGB
CMYK
RGB Variations
Color information
#F190D2 (or 0xF190D2) is known color: Tea Rose. HEX triplet: F1, 90 and D2. RGB value is (241,144,210). Sum of RGB (Red+Green+Blue) = 241+144+210=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 144 (56.64% from 255 or 24.20% from 595); Blue value is 210 (82.42% from 255 or 35.29% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F190D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F190D2 is #0E6F2D. Grayscale: #B4B4B4. Windows color (decimal): -945966 or 13799665. OLE color: 13799665.
HSL color Cylindrical-coordinate representation of color #F190D2: hue angle of 319.18º 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 #F190D2 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 210 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.05 |
| HSL | 319.18º | 0.78% | 0.75% | - |
| HSV(B) | 319.18º | 0.4% | 0.95% | - |
| XYZ | 57.88 | 43.3 | 66.28 | - |
| YUV | 180.53 | 144.64 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 210 | 0 | 0.40 | 0.13 | 0.05 | 319.18 | 0.78 | 0.75 |
| Hex | F1 | 90 | D2 | 0 | 28 | D | 5 | 13F | 4E | 4B |
| Octal | 361 | 220 | 322 | 0 | 50 | 15 | 5 | 477 | 116 | 113 |
| Binary | 11110001 | 10010000 | 11010010 | 0 | 101000 | 1101 | 101 | 100111111 | 1001110 | 1001011 |
Color Harmonies of #F190D2
Complementary color
Monochromatic Colors of #F190D2
Black with #F190D2
Text Example
Text Example
White with #F190D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F190D2; }
p { color: rgb(241,144,210); }
H1.HeaderClassName
{
color: #F190D2;
}
.AnyTagClassName
{
color: #F190D2;
}
</style>
background-color css
<style>
a { background-color: #F190D2; }
a { background-color: rgb(241,144,210); }
div.DivClassName
{
background-color: #F190D2;
}
.BgClassName
{
background-color: #F190D2;
}
</style>
border-color css
<style>
span { border-color: #F190D2; }
span { border-color: rgb(241,144,210); }
td.TdClassName
{
border-color: #F190D2;
}
.TagClassName
{
border-color: #F190D2;
}
</style>