Shades of Tea Rose #F180C7
Tints of Tea Rose #F180C7
RGB
CMYK
RGB Variations
Color information
#F180C7 (or 0xF180C7) is known color: Tea Rose. HEX triplet: F1, 80 and C7. RGB value is (241,128,199). Sum of RGB (Red+Green+Blue) = 241+128+199=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 128 (50.39% from 255 or 22.54% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F180C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F180C7 is #0E7F38. Grayscale: #A9A9A9. Windows color (decimal): -950073 or 13074673. OLE color: 13074673.
HSL color Cylindrical-coordinate representation of color #F180C7: hue angle of 322.3º 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 #F180C7 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 128 | 199 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.05 |
| HSL | 322.3º | 0.8% | 0.72% | - |
| HSV(B) | 322.3º | 0.47% | 0.95% | - |
| XYZ | 54.3 | 38.26 | 58.56 | - |
| YUV | 169.88 | 144.44 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 128 | 199 | 0 | 0.47 | 0.17 | 0.05 | 322.3 | 0.8 | 0.72 |
| Hex | F1 | 80 | C7 | 0 | 2F | 11 | 5 | 142 | 50 | 48 |
| Octal | 361 | 200 | 307 | 0 | 57 | 21 | 5 | 502 | 120 | 110 |
| Binary | 11110001 | 10000000 | 11000111 | 0 | 101111 | 10001 | 101 | 101000010 | 1010000 | 1001000 |
Color Harmonies of #F180C7
Complementary color
Monochromatic Colors of #F180C7
Black with #F180C7
Text Example
Text Example
White with #F180C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F180C7; }
p { color: rgb(241,128,199); }
H1.HeaderClassName
{
color: #F180C7;
}
.AnyTagClassName
{
color: #F180C7;
}
</style>
background-color css
<style>
a { background-color: #F180C7; }
a { background-color: rgb(241,128,199); }
div.DivClassName
{
background-color: #F180C7;
}
.BgClassName
{
background-color: #F180C7;
}
</style>
border-color css
<style>
span { border-color: #F180C7; }
span { border-color: rgb(241,128,199); }
td.TdClassName
{
border-color: #F180C7;
}
.TagClassName
{
border-color: #F180C7;
}
</style>