Shades of Brink Pink #FF5D7D
Tints of Brink Pink #FF5D7D
RGB
CMYK
RGB Variations
Color information
#FF5D7D (or 0xFF5D7D) is known color: Brink Pink. HEX triplet: FF, 5D and 7D. RGB value is (255,93,125). Sum of RGB (Red+Green+Blue) = 255+93+125=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5D7D is #00A282. Grayscale: #919191. Windows color (decimal): -41603 or 8216063. OLE color: 8216063.
HSL color Cylindrical-coordinate representation of color #FF5D7D: hue angle of 348.15º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5D7D is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 125 | - |
| CMYK | 0 | 0.64 | 0.51 | 0 |
| HSL | 348.15º | 1% | 0.68% | - |
| HSV(B) | 348.15º | 0.64% | 1% | - |
| XYZ | 48.86 | 30.57 | 22.73 | - |
| YUV | 145.09 | 116.67 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 125 | 0 | 0.64 | 0.51 | 0 | 348.15 | 1 | 0.68 |
| Hex | FF | 5D | 7D | 0 | 40 | 33 | 0 | 15C | 64 | 44 |
| Octal | 377 | 135 | 175 | 0 | 100 | 63 | 0 | 534 | 144 | 104 |
| Binary | 11111111 | 1011101 | 1111101 | 0 | 1000000 | 110011 | 0 | 101011100 | 1100100 | 1000100 |
Color Harmonies of #FF5D7D
Complementary color
Monochromatic Colors of #FF5D7D
Black with #FF5D7D
Text Example
Text Example
White with #FF5D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5D7D; }
p { color: rgb(255,93,125); }
H1.HeaderClassName
{
color: #FF5D7D;
}
.AnyTagClassName
{
color: #FF5D7D;
}
</style>
background-color css
<style>
a { background-color: #FF5D7D; }
a { background-color: rgb(255,93,125); }
div.DivClassName
{
background-color: #FF5D7D;
}
.BgClassName
{
background-color: #FF5D7D;
}
</style>
border-color css
<style>
span { border-color: #FF5D7D; }
span { border-color: rgb(255,93,125); }
td.TdClassName
{
border-color: #FF5D7D;
}
.TagClassName
{
border-color: #FF5D7D;
}
</style>