Shades of Tea Rose #F180C3
Tints of Tea Rose #F180C3
RGB
CMYK
RGB Variations
Color information
#F180C3 (or 0xF180C3) is known color: Tea Rose. HEX triplet: F1, 80 and C3. RGB value is (241,128,195). Sum of RGB (Red+Green+Blue) = 241+128+195=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 195 (76.56% from 255 or 34.57% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F180C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F180C3 is #0E7F3C. Grayscale: #A9A9A9. Windows color (decimal): -950077 or 12812529. OLE color: 12812529.
HSL color Cylindrical-coordinate representation of color #F180C3: hue angle of 324.42º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F180C3 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 128 | 195 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.05 |
| HSL | 324.42º | 0.8% | 0.72% | - |
| HSV(B) | 324.42º | 0.47% | 0.95% | - |
| XYZ | 53.85 | 38.08 | 56.14 | - |
| YUV | 169.43 | 142.44 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 128 | 195 | 0 | 0.47 | 0.19 | 0.05 | 324.42 | 0.8 | 0.72 |
| Hex | F1 | 80 | C3 | 0 | 2F | 13 | 5 | 144 | 50 | 48 |
| Octal | 361 | 200 | 303 | 0 | 57 | 23 | 5 | 504 | 120 | 110 |
| Binary | 11110001 | 10000000 | 11000011 | 0 | 101111 | 10011 | 101 | 101000100 | 1010000 | 1001000 |
Color Harmonies of #F180C3
Complementary color
Monochromatic Colors of #F180C3
Black with #F180C3
Text Example
Text Example
White with #F180C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F180C3; }
p { color: rgb(241,128,195); }
H1.HeaderClassName
{
color: #F180C3;
}
.AnyTagClassName
{
color: #F180C3;
}
</style>
background-color css
<style>
a { background-color: #F180C3; }
a { background-color: rgb(241,128,195); }
div.DivClassName
{
background-color: #F180C3;
}
.BgClassName
{
background-color: #F180C3;
}
</style>
border-color css
<style>
span { border-color: #F180C3; }
span { border-color: rgb(241,128,195); }
td.TdClassName
{
border-color: #F180C3;
}
.TagClassName
{
border-color: #F180C3;
}
</style>