Shades of Brink Pink #FF758E
Tints of Brink Pink #FF758E
RGB
CMYK
RGB Variations
Color information
#FF758E (or 0xFF758E) is known color: Brink Pink. HEX triplet: FF, 75 and 8E. RGB value is (255,117,142). Sum of RGB (Red+Green+Blue) = 255+117+142=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF758E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF758E is #008A71. Grayscale: #A1A1A1. Windows color (decimal): -35442 or 9336319. OLE color: 9336319.
HSL color Cylindrical-coordinate representation of color #FF758E: hue angle of 349.13º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF758E is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 142 | - |
| CMYK | 0 | 0.54 | 0.44 | 0 |
| HSL | 349.13º | 1% | 0.73% | - |
| HSV(B) | 349.13º | 0.54% | 1% | - |
| XYZ | 52.48 | 35.94 | 29.76 | - |
| YUV | 161.11 | 117.22 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 142 | 0 | 0.54 | 0.44 | 0 | 349.13 | 1 | 0.73 |
| Hex | FF | 75 | 8E | 0 | 36 | 2C | 0 | 15D | 64 | 49 |
| Octal | 377 | 165 | 216 | 0 | 66 | 54 | 0 | 535 | 144 | 111 |
| Binary | 11111111 | 1110101 | 10001110 | 0 | 110110 | 101100 | 0 | 101011101 | 1100100 | 1001001 |
Color Harmonies of #FF758E
Complementary color
Monochromatic Colors of #FF758E
Black with #FF758E
Text Example
Text Example
White with #FF758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF758E; }
p { color: rgb(255,117,142); }
H1.HeaderClassName
{
color: #FF758E;
}
.AnyTagClassName
{
color: #FF758E;
}
</style>
background-color css
<style>
a { background-color: #FF758E; }
a { background-color: rgb(255,117,142); }
div.DivClassName
{
background-color: #FF758E;
}
.BgClassName
{
background-color: #FF758E;
}
</style>
border-color css
<style>
span { border-color: #FF758E; }
span { border-color: rgb(255,117,142); }
td.TdClassName
{
border-color: #FF758E;
}
.TagClassName
{
border-color: #FF758E;
}
</style>