Shades of Brink Pink #FF7885
Tints of Brink Pink #FF7885
RGB
CMYK
RGB Variations
Color information
#FF7885 (or 0xFF7885) is known color: Brink Pink. HEX triplet: FF, 78 and 85. RGB value is (255,120,133). Sum of RGB (Red+Green+Blue) = 255+120+133=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 120 (47.27% from 255 or 23.62% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7885 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7885 is #00877A. Grayscale: #A1A1A1. Windows color (decimal): -34683 or 8747263. OLE color: 8747263.
HSL color Cylindrical-coordinate representation of color #FF7885: hue angle of 354.22º 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 #FF7885 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 133 | - |
| CMYK | 0 | 0.53 | 0.48 | 0 |
| HSL | 354.22º | 1% | 0.74% | - |
| HSV(B) | 354.22º | 0.53% | 1% | - |
| XYZ | 52.19 | 36.39 | 26.46 | - |
| YUV | 161.85 | 111.73 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 133 | 0 | 0.53 | 0.48 | 0 | 354.22 | 1 | 0.74 |
| Hex | FF | 78 | 85 | 0 | 35 | 30 | 0 | 162 | 64 | 4A |
| Octal | 377 | 170 | 205 | 0 | 65 | 60 | 0 | 542 | 144 | 112 |
| Binary | 11111111 | 1111000 | 10000101 | 0 | 110101 | 110000 | 0 | 101100010 | 1100100 | 1001010 |
Color Harmonies of #FF7885
Complementary color
Monochromatic Colors of #FF7885
Black with #FF7885
Text Example
Text Example
White with #FF7885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7885; }
p { color: rgb(255,120,133); }
H1.HeaderClassName
{
color: #FF7885;
}
.AnyTagClassName
{
color: #FF7885;
}
</style>
background-color css
<style>
a { background-color: #FF7885; }
a { background-color: rgb(255,120,133); }
div.DivClassName
{
background-color: #FF7885;
}
.BgClassName
{
background-color: #FF7885;
}
</style>
border-color css
<style>
span { border-color: #FF7885; }
span { border-color: rgb(255,120,133); }
td.TdClassName
{
border-color: #FF7885;
}
.TagClassName
{
border-color: #FF7885;
}
</style>