Shades of Tea Rose #F388CB
Tints of Tea Rose #F388CB
RGB
CMYK
RGB Variations
Color information
#F388CB (or 0xF388CB) is known color: Tea Rose. HEX triplet: F3, 88 and CB. RGB value is (243,136,203). Sum of RGB (Red+Green+Blue) = 243+136+203=582 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.75% from 582); Green value is 136 (53.52% from 255 or 23.37% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 243 - color contains mainly: red. Hex color #F388CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F388CB is #0C7734. Grayscale: #AFAFAF. Windows color (decimal): -816949 or 13338867. OLE color: 13338867.
HSL color Cylindrical-coordinate representation of color #F388CB: hue angle of 322.43º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F388CB is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 136 | 203 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.05 |
| HSL | 322.43º | 0.82% | 0.74% | - |
| HSV(B) | 322.43º | 0.44% | 0.95% | - |
| XYZ | 56.55 | 40.97 | 61.43 | - |
| YUV | 175.63 | 143.45 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 136 | 203 | 0 | 0.44 | 0.16 | 0.05 | 322.43 | 0.82 | 0.74 |
| Hex | F3 | 88 | CB | 0 | 2C | 10 | 5 | 142 | 52 | 4A |
| Octal | 363 | 210 | 313 | 0 | 54 | 20 | 5 | 502 | 122 | 112 |
| Binary | 11110011 | 10001000 | 11001011 | 0 | 101100 | 10000 | 101 | 101000010 | 1010010 | 1001010 |
Color Harmonies of #F388CB
Complementary color
Monochromatic Colors of #F388CB
Black with #F388CB
Text Example
Text Example
White with #F388CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F388CB; }
p { color: rgb(243,136,203); }
H1.HeaderClassName
{
color: #F388CB;
}
.AnyTagClassName
{
color: #F388CB;
}
</style>
background-color css
<style>
a { background-color: #F388CB; }
a { background-color: rgb(243,136,203); }
div.DivClassName
{
background-color: #F388CB;
}
.BgClassName
{
background-color: #F388CB;
}
</style>
border-color css
<style>
span { border-color: #F388CB; }
span { border-color: rgb(243,136,203); }
td.TdClassName
{
border-color: #F388CB;
}
.TagClassName
{
border-color: #F388CB;
}
</style>