Shades of Tea Rose #F190C4
Tints of Tea Rose #F190C4
RGB
CMYK
RGB Variations
Color information
#F190C4 (or 0xF190C4) is known color: Tea Rose. HEX triplet: F1, 90 and C4. RGB value is (241,144,196). Sum of RGB (Red+Green+Blue) = 241+144+196=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 144 (56.64% from 255 or 24.78% from 581); Blue value is 196 (76.95% from 255 or 33.73% from 581); Max value from RGB is 241 - color contains mainly: red. Hex color #F190C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F190C4 is #0E6F3B. Grayscale: #B2B2B2. Windows color (decimal): -945980 or 12882161. OLE color: 12882161.
HSL color Cylindrical-coordinate representation of color #F190C4: hue angle of 327.84º 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 #F190C4 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 196 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.05 |
| HSL | 327.84º | 0.78% | 0.75% | - |
| HSV(B) | 327.84º | 0.4% | 0.95% | - |
| XYZ | 56.21 | 42.63 | 57.49 | - |
| YUV | 178.93 | 137.64 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 196 | 0 | 0.40 | 0.19 | 0.05 | 327.84 | 0.78 | 0.75 |
| Hex | F1 | 90 | C4 | 0 | 28 | 13 | 5 | 148 | 4E | 4B |
| Octal | 361 | 220 | 304 | 0 | 50 | 23 | 5 | 510 | 116 | 113 |
| Binary | 11110001 | 10010000 | 11000100 | 0 | 101000 | 10011 | 101 | 101001000 | 1001110 | 1001011 |
Color Harmonies of #F190C4
Complementary color
Monochromatic Colors of #F190C4
Black with #F190C4
Text Example
Text Example
White with #F190C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F190C4; }
p { color: rgb(241,144,196); }
H1.HeaderClassName
{
color: #F190C4;
}
.AnyTagClassName
{
color: #F190C4;
}
</style>
background-color css
<style>
a { background-color: #F190C4; }
a { background-color: rgb(241,144,196); }
div.DivClassName
{
background-color: #F190C4;
}
.BgClassName
{
background-color: #F190C4;
}
</style>
border-color css
<style>
span { border-color: #F190C4; }
span { border-color: rgb(241,144,196); }
td.TdClassName
{
border-color: #F190C4;
}
.TagClassName
{
border-color: #F190C4;
}
</style>