Shades of Brink Pink #FF5F7C
Tints of Brink Pink #FF5F7C
RGB
CMYK
RGB Variations
Color information
#FF5F7C (or 0xFF5F7C) is known color: Brink Pink. HEX triplet: FF, 5F and 7C. RGB value is (255,95,124). Sum of RGB (Red+Green+Blue) = 255+95+124=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5F7C is #00A083. Grayscale: #929292. Windows color (decimal): -41092 or 8151039. OLE color: 8151039.
HSL color Cylindrical-coordinate representation of color #FF5F7C: hue angle of 349.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5F7C is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 124 | - |
| CMYK | 0 | 0.63 | 0.51 | 0 |
| HSL | 349.13º | 1% | 0.69% | - |
| HSV(B) | 349.13º | 0.63% | 1% | - |
| XYZ | 48.97 | 30.9 | 22.45 | - |
| YUV | 146.15 | 115.51 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 124 | 0 | 0.63 | 0.51 | 0 | 349.13 | 1 | 0.69 |
| Hex | FF | 5F | 7C | 0 | 3F | 33 | 0 | 15D | 64 | 45 |
| Octal | 377 | 137 | 174 | 0 | 77 | 63 | 0 | 535 | 144 | 105 |
| Binary | 11111111 | 1011111 | 1111100 | 0 | 111111 | 110011 | 0 | 101011101 | 1100100 | 1000101 |
Color Harmonies of #FF5F7C
Complementary color
Monochromatic Colors of #FF5F7C
Black with #FF5F7C
Text Example
Text Example
White with #FF5F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5F7C; }
p { color: rgb(255,95,124); }
H1.HeaderClassName
{
color: #FF5F7C;
}
.AnyTagClassName
{
color: #FF5F7C;
}
</style>
background-color css
<style>
a { background-color: #FF5F7C; }
a { background-color: rgb(255,95,124); }
div.DivClassName
{
background-color: #FF5F7C;
}
.BgClassName
{
background-color: #FF5F7C;
}
</style>
border-color css
<style>
span { border-color: #FF5F7C; }
span { border-color: rgb(255,95,124); }
td.TdClassName
{
border-color: #FF5F7C;
}
.TagClassName
{
border-color: #FF5F7C;
}
</style>