Shades of Tea Rose #F28FC0
Tints of Tea Rose #F28FC0
RGB
CMYK
RGB Variations
Color information
#F28FC0 (or 0xF28FC0) is known color: Tea Rose. HEX triplet: F2, 8F and C0. RGB value is (242,143,192). Sum of RGB (Red+Green+Blue) = 242+143+192=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 143 (56.25% from 255 or 24.78% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F28FC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28FC0 is #0D703F. Grayscale: #B2B2B2. Windows color (decimal): -880704 or 12619762. OLE color: 12619762.
HSL color Cylindrical-coordinate representation of color #F28FC0: hue angle of 330.3º 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 #F28FC0 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 192 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.05 |
| HSL | 330.3º | 0.79% | 0.75% | - |
| HSV(B) | 330.3º | 0.41% | 0.95% | - |
| XYZ | 55.95 | 42.33 | 55.09 | - |
| YUV | 178.19 | 135.8 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 192 | 0 | 0.41 | 0.21 | 0.05 | 330.3 | 0.79 | 0.75 |
| Hex | F2 | 8F | C0 | 0 | 29 | 15 | 5 | 14A | 4F | 4B |
| Octal | 362 | 217 | 300 | 0 | 51 | 25 | 5 | 512 | 117 | 113 |
| Binary | 11110010 | 10001111 | 11000000 | 0 | 101001 | 10101 | 101 | 101001010 | 1001111 | 1001011 |
Color Harmonies of #F28FC0
Complementary color
Monochromatic Colors of #F28FC0
Black with #F28FC0
Text Example
Text Example
White with #F28FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28FC0; }
p { color: rgb(242,143,192); }
H1.HeaderClassName
{
color: #F28FC0;
}
.AnyTagClassName
{
color: #F28FC0;
}
</style>
background-color css
<style>
a { background-color: #F28FC0; }
a { background-color: rgb(242,143,192); }
div.DivClassName
{
background-color: #F28FC0;
}
.BgClassName
{
background-color: #F28FC0;
}
</style>
border-color css
<style>
span { border-color: #F28FC0; }
span { border-color: rgb(242,143,192); }
td.TdClassName
{
border-color: #F28FC0;
}
.TagClassName
{
border-color: #F28FC0;
}
</style>