Shades of Brink Pink #FF7985
Tints of Brink Pink #FF7985
RGB
CMYK
RGB Variations
Color information
#FF7985 (or 0xFF7985) is known color: Brink Pink. HEX triplet: FF, 79 and 85. RGB value is (255,121,133). Sum of RGB (Red+Green+Blue) = 255+121+133=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7985 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7985 is #00867A. Grayscale: #A2A2A2. Windows color (decimal): -34427 or 8747519. OLE color: 8747519.
HSL color Cylindrical-coordinate representation of color #FF7985: hue angle of 354.63º 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 #FF7985 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 133 | - |
| CMYK | 0 | 0.53 | 0.48 | 0 |
| HSL | 354.63º | 1% | 0.74% | - |
| HSV(B) | 354.63º | 0.53% | 1% | - |
| XYZ | 52.31 | 36.63 | 26.5 | - |
| YUV | 162.43 | 111.39 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 133 | 0 | 0.53 | 0.48 | 0 | 354.63 | 1 | 0.74 |
| Hex | FF | 79 | 85 | 0 | 35 | 30 | 0 | 163 | 64 | 4A |
| Octal | 377 | 171 | 205 | 0 | 65 | 60 | 0 | 543 | 144 | 112 |
| Binary | 11111111 | 1111001 | 10000101 | 0 | 110101 | 110000 | 0 | 101100011 | 1100100 | 1001010 |
Color Harmonies of #FF7985
Complementary color
Monochromatic Colors of #FF7985
Black with #FF7985
Text Example
Text Example
White with #FF7985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7985; }
p { color: rgb(255,121,133); }
H1.HeaderClassName
{
color: #FF7985;
}
.AnyTagClassName
{
color: #FF7985;
}
</style>
background-color css
<style>
a { background-color: #FF7985; }
a { background-color: rgb(255,121,133); }
div.DivClassName
{
background-color: #FF7985;
}
.BgClassName
{
background-color: #FF7985;
}
</style>
border-color css
<style>
span { border-color: #FF7985; }
span { border-color: rgb(255,121,133); }
td.TdClassName
{
border-color: #FF7985;
}
.TagClassName
{
border-color: #FF7985;
}
</style>