Shades of Brink Pink #FF7485
Tints of Brink Pink #FF7485
RGB
CMYK
RGB Variations
Color information
#FF7485 (or 0xFF7485) is known color: Brink Pink. HEX triplet: FF, 74 and 85. RGB value is (255,116,133). Sum of RGB (Red+Green+Blue) = 255+116+133=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7485 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7485 is #008B7A. Grayscale: #9F9F9F. Windows color (decimal): -35707 or 8746239. OLE color: 8746239.
HSL color Cylindrical-coordinate representation of color #FF7485: hue angle of 352.66º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF7485 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 133 | - |
| CMYK | 0 | 0.55 | 0.48 | 0 |
| HSL | 352.66º | 1% | 0.73% | - |
| HSV(B) | 352.66º | 0.55% | 1% | - |
| XYZ | 51.72 | 35.44 | 26.31 | - |
| YUV | 159.5 | 113.05 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 133 | 0 | 0.55 | 0.48 | 0 | 352.66 | 1 | 0.73 |
| Hex | FF | 74 | 85 | 0 | 37 | 30 | 0 | 161 | 64 | 49 |
| Octal | 377 | 164 | 205 | 0 | 67 | 60 | 0 | 541 | 144 | 111 |
| Binary | 11111111 | 1110100 | 10000101 | 0 | 110111 | 110000 | 0 | 101100001 | 1100100 | 1001001 |
Color Harmonies of #FF7485
Complementary color
Monochromatic Colors of #FF7485
Black with #FF7485
Text Example
Text Example
White with #FF7485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7485; }
p { color: rgb(255,116,133); }
H1.HeaderClassName
{
color: #FF7485;
}
.AnyTagClassName
{
color: #FF7485;
}
</style>
background-color css
<style>
a { background-color: #FF7485; }
a { background-color: rgb(255,116,133); }
div.DivClassName
{
background-color: #FF7485;
}
.BgClassName
{
background-color: #FF7485;
}
</style>
border-color css
<style>
span { border-color: #FF7485; }
span { border-color: rgb(255,116,133); }
td.TdClassName
{
border-color: #FF7485;
}
.TagClassName
{
border-color: #FF7485;
}
</style>