Shades of Tea Rose #FF7FC4
Tints of Tea Rose #FF7FC4
RGB
CMYK
RGB Variations
Color information
#FF7FC4 (or 0xFF7FC4) is known color: Tea Rose. HEX triplet: FF, 7F and C4. RGB value is (255,127,196). Sum of RGB (Red+Green+Blue) = 255+127+196=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 127 (50% from 255 or 21.97% from 578); Blue value is 196 (76.95% from 255 or 33.91% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7FC4 is #00803B. Grayscale: #ACACAC. Windows color (decimal): -32828 or 12877823. OLE color: 12877823.
HSL color Cylindrical-coordinate representation of color #FF7FC4: hue angle of 327.66º 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 #FF7FC4 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 196 | - |
| CMYK | 0 | 0.50 | 0.23 | 0 |
| HSL | 327.66º | 1% | 0.75% | - |
| HSV(B) | 327.66º | 0.5% | 1% | - |
| XYZ | 58.79 | 40.42 | 56.93 | - |
| YUV | 173.14 | 140.91 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 196 | 0 | 0.50 | 0.23 | 0 | 327.66 | 1 | 0.75 |
| Hex | FF | 7F | C4 | 0 | 32 | 17 | 0 | 148 | 64 | 4B |
| Octal | 377 | 177 | 304 | 0 | 62 | 27 | 0 | 510 | 144 | 113 |
| Binary | 11111111 | 1111111 | 11000100 | 0 | 110010 | 10111 | 0 | 101001000 | 1100100 | 1001011 |
Color Harmonies of #FF7FC4
Complementary color
Monochromatic Colors of #FF7FC4
Black with #FF7FC4
Text Example
Text Example
White with #FF7FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7FC4; }
p { color: rgb(255,127,196); }
H1.HeaderClassName
{
color: #FF7FC4;
}
.AnyTagClassName
{
color: #FF7FC4;
}
</style>
background-color css
<style>
a { background-color: #FF7FC4; }
a { background-color: rgb(255,127,196); }
div.DivClassName
{
background-color: #FF7FC4;
}
.BgClassName
{
background-color: #FF7FC4;
}
</style>
border-color css
<style>
span { border-color: #FF7FC4; }
span { border-color: rgb(255,127,196); }
td.TdClassName
{
border-color: #FF7FC4;
}
.TagClassName
{
border-color: #FF7FC4;
}
</style>