Shades of Tea Rose #F27CCF
Tints of Tea Rose #F27CCF
RGB
CMYK
RGB Variations
Color information
#F27CCF (or 0xF27CCF) is known color: Tea Rose. HEX triplet: F2, 7C and CF. RGB value is (242,124,207). Sum of RGB (Red+Green+Blue) = 242+124+207=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 124 (48.83% from 255 or 21.64% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F27CCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27CCF is #0D8330. Grayscale: #A8A8A8. Windows color (decimal): -885553 or 13597938. OLE color: 13597938.
HSL color Cylindrical-coordinate representation of color #F27CCF: hue angle of 317.8º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F27CCF is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 124 | 207 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.05 |
| HSL | 317.8º | 0.82% | 0.72% | - |
| HSV(B) | 317.8º | 0.49% | 0.95% | - |
| XYZ | 55.09 | 37.8 | 63.42 | - |
| YUV | 168.74 | 149.59 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 124 | 207 | 0 | 0.49 | 0.14 | 0.05 | 317.8 | 0.82 | 0.72 |
| Hex | F2 | 7C | CF | 0 | 31 | E | 5 | 13E | 52 | 48 |
| Octal | 362 | 174 | 317 | 0 | 61 | 16 | 5 | 476 | 122 | 110 |
| Binary | 11110010 | 1111100 | 11001111 | 0 | 110001 | 1110 | 101 | 100111110 | 1010010 | 1001000 |
Color Harmonies of #F27CCF
Complementary color
Monochromatic Colors of #F27CCF
Black with #F27CCF
Text Example
Text Example
White with #F27CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27CCF; }
p { color: rgb(242,124,207); }
H1.HeaderClassName
{
color: #F27CCF;
}
.AnyTagClassName
{
color: #F27CCF;
}
</style>
background-color css
<style>
a { background-color: #F27CCF; }
a { background-color: rgb(242,124,207); }
div.DivClassName
{
background-color: #F27CCF;
}
.BgClassName
{
background-color: #F27CCF;
}
</style>
border-color css
<style>
span { border-color: #F27CCF; }
span { border-color: rgb(242,124,207); }
td.TdClassName
{
border-color: #F27CCF;
}
.TagClassName
{
border-color: #F27CCF;
}
</style>