Shades of Tea Rose #F380C9
Tints of Tea Rose #F380C9
RGB
CMYK
RGB Variations
Color information
#F380C9 (or 0xF380C9) is known color: Tea Rose. HEX triplet: F3, 80 and C9. RGB value is (243,128,201). Sum of RGB (Red+Green+Blue) = 243+128+201=572 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.48% from 572); Green value is 128 (50.39% from 255 or 22.38% from 572); Blue value is 201 (78.91% from 255 or 35.14% from 572); Max value from RGB is 243 - color contains mainly: red. Hex color #F380C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F380C9 is #0C7F36. Grayscale: #AAAAAA. Windows color (decimal): -818999 or 13205747. OLE color: 13205747.
HSL color Cylindrical-coordinate representation of color #F380C9: hue angle of 321.91º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F380C9 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 128 | 201 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.05 |
| HSL | 321.91º | 0.83% | 0.73% | - |
| HSV(B) | 321.91º | 0.47% | 0.95% | - |
| XYZ | 55.22 | 38.71 | 59.82 | - |
| YUV | 170.71 | 145.1 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 128 | 201 | 0 | 0.47 | 0.17 | 0.05 | 321.91 | 0.83 | 0.73 |
| Hex | F3 | 80 | C9 | 0 | 2F | 11 | 5 | 142 | 53 | 49 |
| Octal | 363 | 200 | 311 | 0 | 57 | 21 | 5 | 502 | 123 | 111 |
| Binary | 11110011 | 10000000 | 11001001 | 0 | 101111 | 10001 | 101 | 101000010 | 1010011 | 1001001 |
Color Harmonies of #F380C9
Complementary color
Monochromatic Colors of #F380C9
Black with #F380C9
Text Example
Text Example
White with #F380C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F380C9; }
p { color: rgb(243,128,201); }
H1.HeaderClassName
{
color: #F380C9;
}
.AnyTagClassName
{
color: #F380C9;
}
</style>
background-color css
<style>
a { background-color: #F380C9; }
a { background-color: rgb(243,128,201); }
div.DivClassName
{
background-color: #F380C9;
}
.BgClassName
{
background-color: #F380C9;
}
</style>
border-color css
<style>
span { border-color: #F380C9; }
span { border-color: rgb(243,128,201); }
td.TdClassName
{
border-color: #F380C9;
}
.TagClassName
{
border-color: #F380C9;
}
</style>