Shades of Tea Rose #F58CCB
Tints of Tea Rose #F58CCB
RGB
CMYK
RGB Variations
Color information
#F58CCB (or 0xF58CCB) is known color: Tea Rose. HEX triplet: F5, 8C and CB. RGB value is (245,140,203). Sum of RGB (Red+Green+Blue) = 245+140+203=588 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.67% from 588); Green value is 140 (55.08% from 255 or 23.81% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 245 - color contains mainly: red. Hex color #F58CCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58CCB is #0A7334. Grayscale: #B2B2B2. Windows color (decimal): -684853 or 13339893. OLE color: 13339893.
HSL color Cylindrical-coordinate representation of color #F58CCB: hue angle of 324º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F58CCB is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 140 | 203 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.04 |
| HSL | 324º | 0.84% | 0.75% | - |
| HSV(B) | 324º | 0.43% | 0.96% | - |
| XYZ | 57.81 | 42.48 | 61.65 | - |
| YUV | 178.58 | 141.79 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 140 | 203 | 0 | 0.43 | 0.17 | 0.04 | 324 | 0.84 | 0.75 |
| Hex | F5 | 8C | CB | 0 | 2B | 11 | 4 | 144 | 54 | 4B |
| Octal | 365 | 214 | 313 | 0 | 53 | 21 | 4 | 504 | 124 | 113 |
| Binary | 11110101 | 10001100 | 11001011 | 0 | 101011 | 10001 | 100 | 101000100 | 1010100 | 1001011 |
Color Harmonies of #F58CCB
Complementary color
Monochromatic Colors of #F58CCB
Black with #F58CCB
Text Example
Text Example
White with #F58CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58CCB; }
p { color: rgb(245,140,203); }
H1.HeaderClassName
{
color: #F58CCB;
}
.AnyTagClassName
{
color: #F58CCB;
}
</style>
background-color css
<style>
a { background-color: #F58CCB; }
a { background-color: rgb(245,140,203); }
div.DivClassName
{
background-color: #F58CCB;
}
.BgClassName
{
background-color: #F58CCB;
}
</style>
border-color css
<style>
span { border-color: #F58CCB; }
span { border-color: rgb(245,140,203); }
td.TdClassName
{
border-color: #F58CCB;
}
.TagClassName
{
border-color: #F58CCB;
}
</style>