Shades of Tea Rose #F883CA
Tints of Tea Rose #F883CA
RGB
CMYK
RGB Variations
Color information
#F883CA (or 0xF883CA) is known color: Tea Rose. HEX triplet: F8, 83 and CA. RGB value is (248,131,202). Sum of RGB (Red+Green+Blue) = 248+131+202=581 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.69% from 581); Green value is 131 (51.56% from 255 or 22.55% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 248 - color contains mainly: red. Hex color #F883CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F883CA is #077C35. Grayscale: #ADADAD. Windows color (decimal): -490550 or 13272056. OLE color: 13272056.
HSL color Cylindrical-coordinate representation of color #F883CA: hue angle of 323.59º 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 #F883CA is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 131 | 202 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.03 |
| HSL | 323.59º | 0.89% | 0.74% | - |
| HSV(B) | 323.59º | 0.47% | 0.97% | - |
| XYZ | 57.49 | 40.45 | 60.66 | - |
| YUV | 174.08 | 143.76 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 131 | 202 | 0 | 0.47 | 0.19 | 0.03 | 323.59 | 0.89 | 0.74 |
| Hex | F8 | 83 | CA | 0 | 2F | 13 | 3 | 144 | 59 | 4A |
| Octal | 370 | 203 | 312 | 0 | 57 | 23 | 3 | 504 | 131 | 112 |
| Binary | 11111000 | 10000011 | 11001010 | 0 | 101111 | 10011 | 11 | 101000100 | 1011001 | 1001010 |
Color Harmonies of #F883CA
Complementary color
Monochromatic Colors of #F883CA
Black with #F883CA
Text Example
Text Example
White with #F883CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F883CA; }
p { color: rgb(248,131,202); }
H1.HeaderClassName
{
color: #F883CA;
}
.AnyTagClassName
{
color: #F883CA;
}
</style>
background-color css
<style>
a { background-color: #F883CA; }
a { background-color: rgb(248,131,202); }
div.DivClassName
{
background-color: #F883CA;
}
.BgClassName
{
background-color: #F883CA;
}
</style>
border-color css
<style>
span { border-color: #F883CA; }
span { border-color: rgb(248,131,202); }
td.TdClassName
{
border-color: #F883CA;
}
.TagClassName
{
border-color: #F883CA;
}
</style>