Shades of Tea Rose #F27ACC
Tints of Tea Rose #F27ACC
RGB
CMYK
RGB Variations
Color information
#F27ACC (or 0xF27ACC) is known color: Tea Rose. HEX triplet: F2, 7A and CC. RGB value is (242,122,204). Sum of RGB (Red+Green+Blue) = 242+122+204=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 122 (48.05% from 255 or 21.48% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F27ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27ACC is #0D8533. Grayscale: #A7A7A7. Windows color (decimal): -886068 or 13400818. OLE color: 13400818.
HSL color Cylindrical-coordinate representation of color #F27ACC: hue angle of 319º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F27ACC is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 122 | 204 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.05 |
| HSL | 319º | 0.82% | 0.71% | - |
| HSV(B) | 319º | 0.5% | 0.95% | - |
| XYZ | 54.48 | 37.16 | 61.43 | - |
| YUV | 167.23 | 148.76 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 122 | 204 | 0 | 0.50 | 0.16 | 0.05 | 319 | 0.82 | 0.71 |
| Hex | F2 | 7A | CC | 0 | 32 | 10 | 5 | 13F | 52 | 47 |
| Octal | 362 | 172 | 314 | 0 | 62 | 20 | 5 | 477 | 122 | 107 |
| Binary | 11110010 | 1111010 | 11001100 | 0 | 110010 | 10000 | 101 | 100111111 | 1010010 | 1000111 |
Color Harmonies of #F27ACC
Complementary color
Monochromatic Colors of #F27ACC
Black with #F27ACC
Text Example
Text Example
White with #F27ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27ACC; }
p { color: rgb(242,122,204); }
H1.HeaderClassName
{
color: #F27ACC;
}
.AnyTagClassName
{
color: #F27ACC;
}
</style>
background-color css
<style>
a { background-color: #F27ACC; }
a { background-color: rgb(242,122,204); }
div.DivClassName
{
background-color: #F27ACC;
}
.BgClassName
{
background-color: #F27ACC;
}
</style>
border-color css
<style>
span { border-color: #F27ACC; }
span { border-color: rgb(242,122,204); }
td.TdClassName
{
border-color: #F27ACC;
}
.TagClassName
{
border-color: #F27ACC;
}
</style>