Shades of Tea Rose #F58FD2
Tints of Tea Rose #F58FD2
RGB
CMYK
RGB Variations
Color information
#F58FD2 (or 0xF58FD2) is known color: Tea Rose. HEX triplet: F5, 8F and D2. RGB value is (245,143,210). Sum of RGB (Red+Green+Blue) = 245+143+210=598 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.97% from 598); Green value is 143 (56.25% from 255 or 23.91% from 598); Blue value is 210 (82.42% from 255 or 35.12% from 598); Max value from RGB is 245 - color contains mainly: red. Hex color #F58FD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58FD2 is #0A702D. Grayscale: #B4B4B4. Windows color (decimal): -684078 or 13799413. OLE color: 13799413.
HSL color Cylindrical-coordinate representation of color #F58FD2: hue angle of 320.59º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F58FD2 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 143 | 210 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.04 |
| HSL | 320.59º | 0.84% | 0.76% | - |
| HSV(B) | 320.59º | 0.42% | 0.96% | - |
| XYZ | 59.11 | 43.71 | 66.29 | - |
| YUV | 181.14 | 144.29 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 210 | 0 | 0.42 | 0.14 | 0.04 | 320.59 | 0.84 | 0.76 |
| Hex | F5 | 8F | D2 | 0 | 2A | E | 4 | 141 | 54 | 4C |
| Octal | 365 | 217 | 322 | 0 | 52 | 16 | 4 | 501 | 124 | 114 |
| Binary | 11110101 | 10001111 | 11010010 | 0 | 101010 | 1110 | 100 | 101000001 | 1010100 | 1001100 |
Color Harmonies of #F58FD2
Complementary color
Monochromatic Colors of #F58FD2
Black with #F58FD2
Text Example
Text Example
White with #F58FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58FD2; }
p { color: rgb(245,143,210); }
H1.HeaderClassName
{
color: #F58FD2;
}
.AnyTagClassName
{
color: #F58FD2;
}
</style>
background-color css
<style>
a { background-color: #F58FD2; }
a { background-color: rgb(245,143,210); }
div.DivClassName
{
background-color: #F58FD2;
}
.BgClassName
{
background-color: #F58FD2;
}
</style>
border-color css
<style>
span { border-color: #F58FD2; }
span { border-color: rgb(245,143,210); }
td.TdClassName
{
border-color: #F58FD2;
}
.TagClassName
{
border-color: #F58FD2;
}
</style>