Shades of Tea Rose #F27DCD
Tints of Tea Rose #F27DCD
RGB
CMYK
RGB Variations
Color information
#F27DCD (or 0xF27DCD) is known color: Tea Rose. HEX triplet: F2, 7D and CD. RGB value is (242,125,205). Sum of RGB (Red+Green+Blue) = 242+125+205=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 125 (49.22% from 255 or 21.85% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 242 - color contains mainly: red. Hex color #F27DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27DCD is #0D8232. Grayscale: #A8A8A8. Windows color (decimal): -885299 or 13467122. OLE color: 13467122.
HSL color Cylindrical-coordinate representation of color #F27DCD: hue angle of 318.97º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F27DCD is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 125 | 205 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.05 |
| HSL | 318.97º | 0.82% | 0.72% | - |
| HSV(B) | 318.97º | 0.48% | 0.95% | - |
| XYZ | 54.97 | 37.95 | 62.19 | - |
| YUV | 169.1 | 148.26 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 125 | 205 | 0 | 0.48 | 0.15 | 0.05 | 318.97 | 0.82 | 0.72 |
| Hex | F2 | 7D | CD | 0 | 30 | F | 5 | 13F | 52 | 48 |
| Octal | 362 | 175 | 315 | 0 | 60 | 17 | 5 | 477 | 122 | 110 |
| Binary | 11110010 | 1111101 | 11001101 | 0 | 110000 | 1111 | 101 | 100111111 | 1010010 | 1001000 |
Color Harmonies of #F27DCD
Complementary color
Monochromatic Colors of #F27DCD
Black with #F27DCD
Text Example
Text Example
White with #F27DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27DCD; }
p { color: rgb(242,125,205); }
H1.HeaderClassName
{
color: #F27DCD;
}
.AnyTagClassName
{
color: #F27DCD;
}
</style>
background-color css
<style>
a { background-color: #F27DCD; }
a { background-color: rgb(242,125,205); }
div.DivClassName
{
background-color: #F27DCD;
}
.BgClassName
{
background-color: #F27DCD;
}
</style>
border-color css
<style>
span { border-color: #F27DCD; }
span { border-color: rgb(242,125,205); }
td.TdClassName
{
border-color: #F27DCD;
}
.TagClassName
{
border-color: #F27DCD;
}
</style>