Shades of Tea Rose #F77FCB
Tints of Tea Rose #F77FCB
RGB
CMYK
RGB Variations
Color information
#F77FCB (or 0xF77FCB) is known color: Tea Rose. HEX triplet: F7, 7F and CB. RGB value is (247,127,203). Sum of RGB (Red+Green+Blue) = 247+127+203=577 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.81% from 577); Green value is 127 (50% from 255 or 22.01% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 247 - color contains mainly: red. Hex color #F77FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77FCB is #088034. Grayscale: #ABABAB. Windows color (decimal): -557109 or 13336567. OLE color: 13336567.
HSL color Cylindrical-coordinate representation of color #F77FCB: hue angle of 322º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F77FCB is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 127 | 203 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.03 |
| HSL | 322º | 0.88% | 0.73% | - |
| HSV(B) | 322º | 0.49% | 0.97% | - |
| XYZ | 56.73 | 39.26 | 61.09 | - |
| YUV | 171.54 | 145.76 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 127 | 203 | 0 | 0.49 | 0.18 | 0.03 | 322 | 0.88 | 0.73 |
| Hex | F7 | 7F | CB | 0 | 31 | 12 | 3 | 142 | 58 | 49 |
| Octal | 367 | 177 | 313 | 0 | 61 | 22 | 3 | 502 | 130 | 111 |
| Binary | 11110111 | 1111111 | 11001011 | 0 | 110001 | 10010 | 11 | 101000010 | 1011000 | 1001001 |
Color Harmonies of #F77FCB
Complementary color
Monochromatic Colors of #F77FCB
Black with #F77FCB
Text Example
Text Example
White with #F77FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77FCB; }
p { color: rgb(247,127,203); }
H1.HeaderClassName
{
color: #F77FCB;
}
.AnyTagClassName
{
color: #F77FCB;
}
</style>
background-color css
<style>
a { background-color: #F77FCB; }
a { background-color: rgb(247,127,203); }
div.DivClassName
{
background-color: #F77FCB;
}
.BgClassName
{
background-color: #F77FCB;
}
</style>
border-color css
<style>
span { border-color: #F77FCB; }
span { border-color: rgb(247,127,203); }
td.TdClassName
{
border-color: #F77FCB;
}
.TagClassName
{
border-color: #F77FCB;
}
</style>