Shades of Tea Rose #FF7FCF
Tints of Tea Rose #FF7FCF
RGB
CMYK
RGB Variations
Color information
#FF7FCF (or 0xFF7FCF) is known color: Tea Rose. HEX triplet: FF, 7F and CF. RGB value is (255,127,207). Sum of RGB (Red+Green+Blue) = 255+127+207=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 127 (50% from 255 or 21.56% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7FCF is #008030. Grayscale: #AEAEAE. Windows color (decimal): -32817 or 13598719. OLE color: 13598719.
HSL color Cylindrical-coordinate representation of color #FF7FCF: hue angle of 322.5º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF7FCF is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 207 | - |
| CMYK | 0 | 0.50 | 0.19 | 0 |
| HSL | 322.5º | 1% | 0.75% | - |
| HSV(B) | 322.5º | 0.5% | 1% | - |
| XYZ | 60.09 | 40.94 | 63.77 | - |
| YUV | 174.39 | 146.41 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 207 | 0 | 0.50 | 0.19 | 0 | 322.5 | 1 | 0.75 |
| Hex | FF | 7F | CF | 0 | 32 | 13 | 0 | 142 | 64 | 4B |
| Octal | 377 | 177 | 317 | 0 | 62 | 23 | 0 | 502 | 144 | 113 |
| Binary | 11111111 | 1111111 | 11001111 | 0 | 110010 | 10011 | 0 | 101000010 | 1100100 | 1001011 |
Color Harmonies of #FF7FCF
Complementary color
Monochromatic Colors of #FF7FCF
Black with #FF7FCF
Text Example
Text Example
White with #FF7FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7FCF; }
p { color: rgb(255,127,207); }
H1.HeaderClassName
{
color: #FF7FCF;
}
.AnyTagClassName
{
color: #FF7FCF;
}
</style>
background-color css
<style>
a { background-color: #FF7FCF; }
a { background-color: rgb(255,127,207); }
div.DivClassName
{
background-color: #FF7FCF;
}
.BgClassName
{
background-color: #FF7FCF;
}
</style>
border-color css
<style>
span { border-color: #FF7FCF; }
span { border-color: rgb(255,127,207); }
td.TdClassName
{
border-color: #FF7FCF;
}
.TagClassName
{
border-color: #FF7FCF;
}
</style>