Shades of Brink Pink #FF757D
Tints of Brink Pink #FF757D
RGB
CMYK
RGB Variations
Color information
#FF757D (or 0xFF757D) is known color: Brink Pink. HEX triplet: FF, 75 and 7D. RGB value is (255,117,125). Sum of RGB (Red+Green+Blue) = 255+117+125=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF757D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF757D is #008A82. Grayscale: #9F9F9F. Windows color (decimal): -35459 or 8222207. OLE color: 8222207.
HSL color Cylindrical-coordinate representation of color #FF757D: hue angle of 356.52º 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 #FF757D is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 125 | - |
| CMYK | 0 | 0.54 | 0.51 | 0 |
| HSL | 356.52º | 1% | 0.73% | - |
| HSV(B) | 356.52º | 0.54% | 1% | - |
| XYZ | 51.3 | 35.46 | 23.54 | - |
| YUV | 159.17 | 108.72 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 125 | 0 | 0.54 | 0.51 | 0 | 356.52 | 1 | 0.73 |
| Hex | FF | 75 | 7D | 0 | 36 | 33 | 0 | 165 | 64 | 49 |
| Octal | 377 | 165 | 175 | 0 | 66 | 63 | 0 | 545 | 144 | 111 |
| Binary | 11111111 | 1110101 | 1111101 | 0 | 110110 | 110011 | 0 | 101100101 | 1100100 | 1001001 |
Color Harmonies of #FF757D
Complementary color
Monochromatic Colors of #FF757D
Black with #FF757D
Text Example
Text Example
White with #FF757D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF757D; }
p { color: rgb(255,117,125); }
H1.HeaderClassName
{
color: #FF757D;
}
.AnyTagClassName
{
color: #FF757D;
}
</style>
background-color css
<style>
a { background-color: #FF757D; }
a { background-color: rgb(255,117,125); }
div.DivClassName
{
background-color: #FF757D;
}
.BgClassName
{
background-color: #FF757D;
}
</style>
border-color css
<style>
span { border-color: #FF757D; }
span { border-color: rgb(255,117,125); }
td.TdClassName
{
border-color: #FF757D;
}
.TagClassName
{
border-color: #FF757D;
}
</style>