Shades of Tea Rose #F28FCF
Tints of Tea Rose #F28FCF
RGB
CMYK
RGB Variations
Color information
#F28FCF (or 0xF28FCF) is known color: Tea Rose. HEX triplet: F2, 8F and CF. RGB value is (242,143,207). Sum of RGB (Red+Green+Blue) = 242+143+207=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 143 (56.25% from 255 or 24.16% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F28FCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28FCF is #0D7030. Grayscale: #B3B3B3. Windows color (decimal): -880689 or 13602802. OLE color: 13602802.
HSL color Cylindrical-coordinate representation of color #F28FCF: hue angle of 321.21º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F28FCF is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 207 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.05 |
| HSL | 321.21º | 0.79% | 0.75% | - |
| HSV(B) | 321.21º | 0.41% | 0.95% | - |
| XYZ | 57.7 | 43.03 | 64.3 | - |
| YUV | 179.9 | 143.3 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 207 | 0 | 0.41 | 0.14 | 0.05 | 321.21 | 0.79 | 0.75 |
| Hex | F2 | 8F | CF | 0 | 29 | E | 5 | 141 | 4F | 4B |
| Octal | 362 | 217 | 317 | 0 | 51 | 16 | 5 | 501 | 117 | 113 |
| Binary | 11110010 | 10001111 | 11001111 | 0 | 101001 | 1110 | 101 | 101000001 | 1001111 | 1001011 |
Color Harmonies of #F28FCF
Complementary color
Monochromatic Colors of #F28FCF
Black with #F28FCF
Text Example
Text Example
White with #F28FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28FCF; }
p { color: rgb(242,143,207); }
H1.HeaderClassName
{
color: #F28FCF;
}
.AnyTagClassName
{
color: #F28FCF;
}
</style>
background-color css
<style>
a { background-color: #F28FCF; }
a { background-color: rgb(242,143,207); }
div.DivClassName
{
background-color: #F28FCF;
}
.BgClassName
{
background-color: #F28FCF;
}
</style>
border-color css
<style>
span { border-color: #F28FCF; }
span { border-color: rgb(242,143,207); }
td.TdClassName
{
border-color: #F28FCF;
}
.TagClassName
{
border-color: #F28FCF;
}
</style>