Shades of Brink Pink #FF758C
Tints of Brink Pink #FF758C
RGB
CMYK
RGB Variations
Color information
#FF758C (or 0xFF758C) is known color: Brink Pink. HEX triplet: FF, 75 and 8C. RGB value is (255,117,140). Sum of RGB (Red+Green+Blue) = 255+117+140=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF758C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF758C is #008A73. Grayscale: #A0A0A0. Windows color (decimal): -35444 or 9205247. OLE color: 9205247.
HSL color Cylindrical-coordinate representation of color #FF758C: hue angle of 350º 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 #FF758C is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 140 | - |
| CMYK | 0 | 0.54 | 0.45 | 0 |
| HSL | 350º | 1% | 0.73% | - |
| HSV(B) | 350º | 0.54% | 1% | - |
| XYZ | 52.33 | 35.88 | 28.98 | - |
| YUV | 160.88 | 116.22 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 140 | 0 | 0.54 | 0.45 | 0 | 350 | 1 | 0.73 |
| Hex | FF | 75 | 8C | 0 | 36 | 2D | 0 | 15E | 64 | 49 |
| Octal | 377 | 165 | 214 | 0 | 66 | 55 | 0 | 536 | 144 | 111 |
| Binary | 11111111 | 1110101 | 10001100 | 0 | 110110 | 101101 | 0 | 101011110 | 1100100 | 1001001 |
Color Harmonies of #FF758C
Complementary color
Monochromatic Colors of #FF758C
Black with #FF758C
Text Example
Text Example
White with #FF758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF758C; }
p { color: rgb(255,117,140); }
H1.HeaderClassName
{
color: #FF758C;
}
.AnyTagClassName
{
color: #FF758C;
}
</style>
background-color css
<style>
a { background-color: #FF758C; }
a { background-color: rgb(255,117,140); }
div.DivClassName
{
background-color: #FF758C;
}
.BgClassName
{
background-color: #FF758C;
}
</style>
border-color css
<style>
span { border-color: #FF758C; }
span { border-color: rgb(255,117,140); }
td.TdClassName
{
border-color: #FF758C;
}
.TagClassName
{
border-color: #FF758C;
}
</style>