Shades of Tea Rose #F28ACD
Tints of Tea Rose #F28ACD
RGB
CMYK
RGB Variations
Color information
#F28ACD (or 0xF28ACD) is known color: Tea Rose. HEX triplet: F2, 8A and CD. RGB value is (242,138,205). Sum of RGB (Red+Green+Blue) = 242+138+205=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 138 (54.30% from 255 or 23.59% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F28ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28ACD is #0D7532. Grayscale: #B0B0B0. Windows color (decimal): -881971 or 13470450. OLE color: 13470450.
HSL color Cylindrical-coordinate representation of color #F28ACD: hue angle of 321.35º 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 #F28ACD is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 138 | 205 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.05 |
| HSL | 321.35º | 0.8% | 0.75% | - |
| HSV(B) | 321.35º | 0.43% | 0.95% | - |
| XYZ | 56.73 | 41.46 | 62.77 | - |
| YUV | 176.73 | 143.96 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 138 | 205 | 0 | 0.43 | 0.15 | 0.05 | 321.35 | 0.8 | 0.75 |
| Hex | F2 | 8A | CD | 0 | 2B | F | 5 | 141 | 50 | 4B |
| Octal | 362 | 212 | 315 | 0 | 53 | 17 | 5 | 501 | 120 | 113 |
| Binary | 11110010 | 10001010 | 11001101 | 0 | 101011 | 1111 | 101 | 101000001 | 1010000 | 1001011 |
Color Harmonies of #F28ACD
Complementary color
Monochromatic Colors of #F28ACD
Black with #F28ACD
Text Example
Text Example
White with #F28ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28ACD; }
p { color: rgb(242,138,205); }
H1.HeaderClassName
{
color: #F28ACD;
}
.AnyTagClassName
{
color: #F28ACD;
}
</style>
background-color css
<style>
a { background-color: #F28ACD; }
a { background-color: rgb(242,138,205); }
div.DivClassName
{
background-color: #F28ACD;
}
.BgClassName
{
background-color: #F28ACD;
}
</style>
border-color css
<style>
span { border-color: #F28ACD; }
span { border-color: rgb(242,138,205); }
td.TdClassName
{
border-color: #F28ACD;
}
.TagClassName
{
border-color: #F28ACD;
}
</style>