Shades of Brink Pink #FF7C85
Tints of Brink Pink #FF7C85
RGB
CMYK
RGB Variations
Color information
#FF7C85 (or 0xFF7C85) is known color: Brink Pink. HEX triplet: FF, 7C and 85. RGB value is (255,124,133). Sum of RGB (Red+Green+Blue) = 255+124+133=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7C85 is #00837A. Grayscale: #A4A4A4. Windows color (decimal): -33659 or 8748287. OLE color: 8748287.
HSL color Cylindrical-coordinate representation of color #FF7C85: hue angle of 355.88º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7C85 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 133 | - |
| CMYK | 0 | 0.51 | 0.48 | 0 |
| HSL | 355.88º | 1% | 0.74% | - |
| HSV(B) | 355.88º | 0.51% | 1% | - |
| XYZ | 52.68 | 37.37 | 26.63 | - |
| YUV | 164.2 | 110.4 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 133 | 0 | 0.51 | 0.48 | 0 | 355.88 | 1 | 0.74 |
| Hex | FF | 7C | 85 | 0 | 33 | 30 | 0 | 164 | 64 | 4A |
| Octal | 377 | 174 | 205 | 0 | 63 | 60 | 0 | 544 | 144 | 112 |
| Binary | 11111111 | 1111100 | 10000101 | 0 | 110011 | 110000 | 0 | 101100100 | 1100100 | 1001010 |
Color Harmonies of #FF7C85
Complementary color
Monochromatic Colors of #FF7C85
Black with #FF7C85
Text Example
Text Example
White with #FF7C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7C85; }
p { color: rgb(255,124,133); }
H1.HeaderClassName
{
color: #FF7C85;
}
.AnyTagClassName
{
color: #FF7C85;
}
</style>
background-color css
<style>
a { background-color: #FF7C85; }
a { background-color: rgb(255,124,133); }
div.DivClassName
{
background-color: #FF7C85;
}
.BgClassName
{
background-color: #FF7C85;
}
</style>
border-color css
<style>
span { border-color: #FF7C85; }
span { border-color: rgb(255,124,133); }
td.TdClassName
{
border-color: #FF7C85;
}
.TagClassName
{
border-color: #FF7C85;
}
</style>