Shades of Brink Pink #FF7884
Tints of Brink Pink #FF7884
RGB
CMYK
RGB Variations
Color information
#FF7884 (or 0xFF7884) is known color: Brink Pink. HEX triplet: FF, 78 and 84. RGB value is (255,120,132). Sum of RGB (Red+Green+Blue) = 255+120+132=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 132 (51.95% from 255 or 26.04% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7884 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7884 is #00877B. Grayscale: #A1A1A1. Windows color (decimal): -34684 or 8681727. OLE color: 8681727.
HSL color Cylindrical-coordinate representation of color #FF7884: hue angle of 354.67º 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 #FF7884 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 132 | - |
| CMYK | 0 | 0.53 | 0.48 | 0 |
| HSL | 354.67º | 1% | 0.74% | - |
| HSV(B) | 354.67º | 0.53% | 1% | - |
| XYZ | 52.12 | 36.36 | 26.1 | - |
| YUV | 161.73 | 111.23 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 132 | 0 | 0.53 | 0.48 | 0 | 354.67 | 1 | 0.74 |
| Hex | FF | 78 | 84 | 0 | 35 | 30 | 0 | 163 | 64 | 4A |
| Octal | 377 | 170 | 204 | 0 | 65 | 60 | 0 | 543 | 144 | 112 |
| Binary | 11111111 | 1111000 | 10000100 | 0 | 110101 | 110000 | 0 | 101100011 | 1100100 | 1001010 |
Color Harmonies of #FF7884
Complementary color
Monochromatic Colors of #FF7884
Black with #FF7884
Text Example
Text Example
White with #FF7884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7884; }
p { color: rgb(255,120,132); }
H1.HeaderClassName
{
color: #FF7884;
}
.AnyTagClassName
{
color: #FF7884;
}
</style>
background-color css
<style>
a { background-color: #FF7884; }
a { background-color: rgb(255,120,132); }
div.DivClassName
{
background-color: #FF7884;
}
.BgClassName
{
background-color: #FF7884;
}
</style>
border-color css
<style>
span { border-color: #FF7884; }
span { border-color: rgb(255,120,132); }
td.TdClassName
{
border-color: #FF7884;
}
.TagClassName
{
border-color: #FF7884;
}
</style>