Shades of Tea Rose #F27CCA
Tints of Tea Rose #F27CCA
RGB
CMYK
RGB Variations
Color information
#F27CCA (or 0xF27CCA) is known color: Tea Rose. HEX triplet: F2, 7C and CA. RGB value is (242,124,202). Sum of RGB (Red+Green+Blue) = 242+124+202=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 124 (48.83% from 255 or 21.83% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F27CCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27CCA is #0D8335. Grayscale: #A7A7A7. Windows color (decimal): -885558 or 13270258. OLE color: 13270258.
HSL color Cylindrical-coordinate representation of color #F27CCA: hue angle of 320.34º 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 #F27CCA is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 124 | 202 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.05 |
| HSL | 320.34º | 0.82% | 0.72% | - |
| HSV(B) | 320.34º | 0.49% | 0.95% | - |
| XYZ | 54.49 | 37.56 | 60.25 | - |
| YUV | 168.17 | 147.09 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 124 | 202 | 0 | 0.49 | 0.17 | 0.05 | 320.34 | 0.82 | 0.72 |
| Hex | F2 | 7C | CA | 0 | 31 | 11 | 5 | 140 | 52 | 48 |
| Octal | 362 | 174 | 312 | 0 | 61 | 21 | 5 | 500 | 122 | 110 |
| Binary | 11110010 | 1111100 | 11001010 | 0 | 110001 | 10001 | 101 | 101000000 | 1010010 | 1001000 |
Color Harmonies of #F27CCA
Complementary color
Monochromatic Colors of #F27CCA
Black with #F27CCA
Text Example
Text Example
White with #F27CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27CCA; }
p { color: rgb(242,124,202); }
H1.HeaderClassName
{
color: #F27CCA;
}
.AnyTagClassName
{
color: #F27CCA;
}
</style>
background-color css
<style>
a { background-color: #F27CCA; }
a { background-color: rgb(242,124,202); }
div.DivClassName
{
background-color: #F27CCA;
}
.BgClassName
{
background-color: #F27CCA;
}
</style>
border-color css
<style>
span { border-color: #F27CCA; }
span { border-color: rgb(242,124,202); }
td.TdClassName
{
border-color: #F27CCA;
}
.TagClassName
{
border-color: #F27CCA;
}
</style>