Shades of Tea Rose #F28CCF
Tints of Tea Rose #F28CCF
RGB
CMYK
RGB Variations
Color information
#F28CCF (or 0xF28CCF) is known color: Tea Rose. HEX triplet: F2, 8C and CF. RGB value is (242,140,207). Sum of RGB (Red+Green+Blue) = 242+140+207=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 140 (55.08% from 255 or 23.77% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F28CCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28CCF is #0D7330. Grayscale: #B1B1B1. Windows color (decimal): -881457 or 13602034. OLE color: 13602034.
HSL color Cylindrical-coordinate representation of color #F28CCF: hue angle of 320.59º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F28CCF is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 207 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.05 |
| HSL | 320.59º | 0.8% | 0.75% | - |
| HSV(B) | 320.59º | 0.42% | 0.95% | - |
| XYZ | 57.26 | 42.14 | 64.15 | - |
| YUV | 178.14 | 144.29 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 207 | 0 | 0.42 | 0.14 | 0.05 | 320.59 | 0.8 | 0.75 |
| Hex | F2 | 8C | CF | 0 | 2A | E | 5 | 141 | 50 | 4B |
| Octal | 362 | 214 | 317 | 0 | 52 | 16 | 5 | 501 | 120 | 113 |
| Binary | 11110010 | 10001100 | 11001111 | 0 | 101010 | 1110 | 101 | 101000001 | 1010000 | 1001011 |
Color Harmonies of #F28CCF
Complementary color
Monochromatic Colors of #F28CCF
Black with #F28CCF
Text Example
Text Example
White with #F28CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28CCF; }
p { color: rgb(242,140,207); }
H1.HeaderClassName
{
color: #F28CCF;
}
.AnyTagClassName
{
color: #F28CCF;
}
</style>
background-color css
<style>
a { background-color: #F28CCF; }
a { background-color: rgb(242,140,207); }
div.DivClassName
{
background-color: #F28CCF;
}
.BgClassName
{
background-color: #F28CCF;
}
</style>
border-color css
<style>
span { border-color: #F28CCF; }
span { border-color: rgb(242,140,207); }
td.TdClassName
{
border-color: #F28CCF;
}
.TagClassName
{
border-color: #F28CCF;
}
</style>