Shades of Brink Pink #FF7880
Tints of Brink Pink #FF7880
RGB
CMYK
RGB Variations
Color information
#FF7880 (or 0xFF7880) is known color: Brink Pink. HEX triplet: FF, 78 and 80. RGB value is (255,120,128). Sum of RGB (Red+Green+Blue) = 255+120+128=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7880 is #00877F. Grayscale: #A1A1A1. Windows color (decimal): -34688 or 8419583. OLE color: 8419583.
HSL color Cylindrical-coordinate representation of color #FF7880: hue angle of 356.44º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF7880 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 128 | - |
| CMYK | 0 | 0.53 | 0.50 | 0 |
| HSL | 356.44º | 1% | 0.74% | - |
| HSV(B) | 356.44º | 0.53% | 1% | - |
| XYZ | 51.85 | 36.25 | 24.69 | - |
| YUV | 161.28 | 109.23 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 128 | 0 | 0.53 | 0.50 | 0 | 356.44 | 1 | 0.74 |
| Hex | FF | 78 | 80 | 0 | 35 | 32 | 0 | 164 | 64 | 4A |
| Octal | 377 | 170 | 200 | 0 | 65 | 62 | 0 | 544 | 144 | 112 |
| Binary | 11111111 | 1111000 | 10000000 | 0 | 110101 | 110010 | 0 | 101100100 | 1100100 | 1001010 |
Color Harmonies of #FF7880
Complementary color
Monochromatic Colors of #FF7880
Black with #FF7880
Text Example
Text Example
White with #FF7880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7880; }
p { color: rgb(255,120,128); }
H1.HeaderClassName
{
color: #FF7880;
}
.AnyTagClassName
{
color: #FF7880;
}
</style>
background-color css
<style>
a { background-color: #FF7880; }
a { background-color: rgb(255,120,128); }
div.DivClassName
{
background-color: #FF7880;
}
.BgClassName
{
background-color: #FF7880;
}
</style>
border-color css
<style>
span { border-color: #FF7880; }
span { border-color: rgb(255,120,128); }
td.TdClassName
{
border-color: #FF7880;
}
.TagClassName
{
border-color: #FF7880;
}
</style>