Shades of Tea Rose #F380C7
Tints of Tea Rose #F380C7
RGB
CMYK
RGB Variations
Color information
#F380C7 (or 0xF380C7) is known color: Tea Rose. HEX triplet: F3, 80 and C7. RGB value is (243,128,199). Sum of RGB (Red+Green+Blue) = 243+128+199=570 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.63% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 199 (78.12% from 255 or 34.91% from 570); Max value from RGB is 243 - color contains mainly: red. Hex color #F380C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F380C7 is #0C7F38. Grayscale: #AAAAAA. Windows color (decimal): -819001 or 13074675. OLE color: 13074675.
HSL color Cylindrical-coordinate representation of color #F380C7: hue angle of 322.96º 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 #F380C7 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 128 | 199 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.05 |
| HSL | 322.96º | 0.83% | 0.73% | - |
| HSV(B) | 322.96º | 0.47% | 0.95% | - |
| XYZ | 54.99 | 38.62 | 58.59 | - |
| YUV | 170.48 | 144.1 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 128 | 199 | 0 | 0.47 | 0.18 | 0.05 | 322.96 | 0.83 | 0.73 |
| Hex | F3 | 80 | C7 | 0 | 2F | 12 | 5 | 143 | 53 | 49 |
| Octal | 363 | 200 | 307 | 0 | 57 | 22 | 5 | 503 | 123 | 111 |
| Binary | 11110011 | 10000000 | 11000111 | 0 | 101111 | 10010 | 101 | 101000011 | 1010011 | 1001001 |
Color Harmonies of #F380C7
Complementary color
Monochromatic Colors of #F380C7
Black with #F380C7
Text Example
Text Example
White with #F380C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F380C7; }
p { color: rgb(243,128,199); }
H1.HeaderClassName
{
color: #F380C7;
}
.AnyTagClassName
{
color: #F380C7;
}
</style>
background-color css
<style>
a { background-color: #F380C7; }
a { background-color: rgb(243,128,199); }
div.DivClassName
{
background-color: #F380C7;
}
.BgClassName
{
background-color: #F380C7;
}
</style>
border-color css
<style>
span { border-color: #F380C7; }
span { border-color: rgb(243,128,199); }
td.TdClassName
{
border-color: #F380C7;
}
.TagClassName
{
border-color: #F380C7;
}
</style>