Shades of Tea Rose #F883C5
Tints of Tea Rose #F883C5
RGB
CMYK
RGB Variations
Color information
#F883C5 (or 0xF883C5) is known color: Tea Rose. HEX triplet: F8, 83 and C5. RGB value is (248,131,197). Sum of RGB (Red+Green+Blue) = 248+131+197=576 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.06% from 576); Green value is 131 (51.56% from 255 or 22.74% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 248 - color contains mainly: red. Hex color #F883C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F883C5 is #077C3A. Grayscale: #ADADAD. Windows color (decimal): -490555 or 12944376. OLE color: 12944376.
HSL color Cylindrical-coordinate representation of color #F883C5: hue angle of 326.15º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F883C5 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 131 | 197 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.03 |
| HSL | 326.15º | 0.89% | 0.74% | - |
| HSV(B) | 326.15º | 0.47% | 0.97% | - |
| XYZ | 56.91 | 40.22 | 57.59 | - |
| YUV | 173.51 | 141.26 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 131 | 197 | 0 | 0.47 | 0.21 | 0.03 | 326.15 | 0.89 | 0.74 |
| Hex | F8 | 83 | C5 | 0 | 2F | 15 | 3 | 146 | 59 | 4A |
| Octal | 370 | 203 | 305 | 0 | 57 | 25 | 3 | 506 | 131 | 112 |
| Binary | 11111000 | 10000011 | 11000101 | 0 | 101111 | 10101 | 11 | 101000110 | 1011001 | 1001010 |
Color Harmonies of #F883C5
Complementary color
Monochromatic Colors of #F883C5
Black with #F883C5
Text Example
Text Example
White with #F883C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F883C5; }
p { color: rgb(248,131,197); }
H1.HeaderClassName
{
color: #F883C5;
}
.AnyTagClassName
{
color: #F883C5;
}
</style>
background-color css
<style>
a { background-color: #F883C5; }
a { background-color: rgb(248,131,197); }
div.DivClassName
{
background-color: #F883C5;
}
.BgClassName
{
background-color: #F883C5;
}
</style>
border-color css
<style>
span { border-color: #F883C5; }
span { border-color: rgb(248,131,197); }
td.TdClassName
{
border-color: #F883C5;
}
.TagClassName
{
border-color: #F883C5;
}
</style>