Shades of Tea Rose #F28FD1
Tints of Tea Rose #F28FD1
RGB
CMYK
RGB Variations
Color information
#F28FD1 (or 0xF28FD1) is known color: Tea Rose. HEX triplet: F2, 8F and D1. RGB value is (242,143,209). Sum of RGB (Red+Green+Blue) = 242+143+209=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 143 (56.25% from 255 or 24.07% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 242 - color contains mainly: red. Hex color #F28FD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28FD1 is #0D702E. Grayscale: #B3B3B3. Windows color (decimal): -880687 or 13733874. OLE color: 13733874.
HSL color Cylindrical-coordinate representation of color #F28FD1: hue angle of 320º 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 #F28FD1 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 209 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.05 |
| HSL | 320º | 0.79% | 0.75% | - |
| HSV(B) | 320º | 0.41% | 0.95% | - |
| XYZ | 57.95 | 43.13 | 65.59 | - |
| YUV | 180.13 | 144.3 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 209 | 0 | 0.41 | 0.14 | 0.05 | 320 | 0.79 | 0.75 |
| Hex | F2 | 8F | D1 | 0 | 29 | E | 5 | 140 | 4F | 4B |
| Octal | 362 | 217 | 321 | 0 | 51 | 16 | 5 | 500 | 117 | 113 |
| Binary | 11110010 | 10001111 | 11010001 | 0 | 101001 | 1110 | 101 | 101000000 | 1001111 | 1001011 |
Color Harmonies of #F28FD1
Complementary color
Monochromatic Colors of #F28FD1
Black with #F28FD1
Text Example
Text Example
White with #F28FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28FD1; }
p { color: rgb(242,143,209); }
H1.HeaderClassName
{
color: #F28FD1;
}
.AnyTagClassName
{
color: #F28FD1;
}
</style>
background-color css
<style>
a { background-color: #F28FD1; }
a { background-color: rgb(242,143,209); }
div.DivClassName
{
background-color: #F28FD1;
}
.BgClassName
{
background-color: #F28FD1;
}
</style>
border-color css
<style>
span { border-color: #F28FD1; }
span { border-color: rgb(242,143,209); }
td.TdClassName
{
border-color: #F28FD1;
}
.TagClassName
{
border-color: #F28FD1;
}
</style>