Shades of Tea Rose #F28AD0
Tints of Tea Rose #F28AD0
RGB
CMYK
RGB Variations
Color information
#F28AD0 (or 0xF28AD0) is known color: Tea Rose. HEX triplet: F2, 8A and D0. RGB value is (242,138,208). Sum of RGB (Red+Green+Blue) = 242+138+208=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 138 (54.30% from 255 or 23.47% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F28AD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28AD0 is #0D752F. Grayscale: #B0B0B0. Windows color (decimal): -881968 or 13667058. OLE color: 13667058.
HSL color Cylindrical-coordinate representation of color #F28AD0: hue angle of 319.62º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F28AD0 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 138 | 208 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.05 |
| HSL | 319.62º | 0.8% | 0.75% | - |
| HSV(B) | 319.62º | 0.43% | 0.95% | - |
| XYZ | 57.09 | 41.61 | 64.7 | - |
| YUV | 177.08 | 145.46 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 138 | 208 | 0 | 0.43 | 0.14 | 0.05 | 319.62 | 0.8 | 0.75 |
| Hex | F2 | 8A | D0 | 0 | 2B | E | 5 | 140 | 50 | 4B |
| Octal | 362 | 212 | 320 | 0 | 53 | 16 | 5 | 500 | 120 | 113 |
| Binary | 11110010 | 10001010 | 11010000 | 0 | 101011 | 1110 | 101 | 101000000 | 1010000 | 1001011 |
Color Harmonies of #F28AD0
Complementary color
Monochromatic Colors of #F28AD0
Black with #F28AD0
Text Example
Text Example
White with #F28AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28AD0; }
p { color: rgb(242,138,208); }
H1.HeaderClassName
{
color: #F28AD0;
}
.AnyTagClassName
{
color: #F28AD0;
}
</style>
background-color css
<style>
a { background-color: #F28AD0; }
a { background-color: rgb(242,138,208); }
div.DivClassName
{
background-color: #F28AD0;
}
.BgClassName
{
background-color: #F28AD0;
}
</style>
border-color css
<style>
span { border-color: #F28AD0; }
span { border-color: rgb(242,138,208); }
td.TdClassName
{
border-color: #F28AD0;
}
.TagClassName
{
border-color: #F28AD0;
}
</style>