Shades of Brink Pink #FF757C
Tints of Brink Pink #FF757C
RGB
CMYK
RGB Variations
Color information
#FF757C (or 0xFF757C) is known color: Brink Pink. HEX triplet: FF, 75 and 7C. RGB value is (255,117,124). Sum of RGB (Red+Green+Blue) = 255+117+124=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF757C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF757C is #008A83. Grayscale: #9F9F9F. Windows color (decimal): -35460 or 8156671. OLE color: 8156671.
HSL color Cylindrical-coordinate representation of color #FF757C: hue angle of 356.96º 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 #FF757C is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 124 | - |
| CMYK | 0 | 0.54 | 0.51 | 0 |
| HSL | 356.96º | 1% | 0.73% | - |
| HSV(B) | 356.96º | 0.54% | 1% | - |
| XYZ | 51.24 | 35.44 | 23.21 | - |
| YUV | 159.06 | 108.22 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 124 | 0 | 0.54 | 0.51 | 0 | 356.96 | 1 | 0.73 |
| Hex | FF | 75 | 7C | 0 | 36 | 33 | 0 | 165 | 64 | 49 |
| Octal | 377 | 165 | 174 | 0 | 66 | 63 | 0 | 545 | 144 | 111 |
| Binary | 11111111 | 1110101 | 1111100 | 0 | 110110 | 110011 | 0 | 101100101 | 1100100 | 1001001 |
Color Harmonies of #FF757C
Complementary color
Monochromatic Colors of #FF757C
Black with #FF757C
Text Example
Text Example
White with #FF757C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF757C; }
p { color: rgb(255,117,124); }
H1.HeaderClassName
{
color: #FF757C;
}
.AnyTagClassName
{
color: #FF757C;
}
</style>
background-color css
<style>
a { background-color: #FF757C; }
a { background-color: rgb(255,117,124); }
div.DivClassName
{
background-color: #FF757C;
}
.BgClassName
{
background-color: #FF757C;
}
</style>
border-color css
<style>
span { border-color: #FF757C; }
span { border-color: rgb(255,117,124); }
td.TdClassName
{
border-color: #FF757C;
}
.TagClassName
{
border-color: #FF757C;
}
</style>