Shades of Brink Pink #FF5D7E
Tints of Brink Pink #FF5D7E
RGB
CMYK
RGB Variations
Color information
#FF5D7E (or 0xFF5D7E) is known color: Brink Pink. HEX triplet: FF, 5D and 7E. RGB value is (255,93,126). Sum of RGB (Red+Green+Blue) = 255+93+126=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5D7E is #00A281. Grayscale: #919191. Windows color (decimal): -41602 or 8281599. OLE color: 8281599.
HSL color Cylindrical-coordinate representation of color #FF5D7E: hue angle of 347.78º 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 #FF5D7E is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 126 | - |
| CMYK | 0 | 0.64 | 0.51 | 0 |
| HSL | 347.78º | 1% | 0.68% | - |
| HSV(B) | 347.78º | 0.64% | 1% | - |
| XYZ | 48.92 | 30.6 | 23.07 | - |
| YUV | 145.2 | 117.17 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 126 | 0 | 0.64 | 0.51 | 0 | 347.78 | 1 | 0.68 |
| Hex | FF | 5D | 7E | 0 | 40 | 33 | 0 | 15C | 64 | 44 |
| Octal | 377 | 135 | 176 | 0 | 100 | 63 | 0 | 534 | 144 | 104 |
| Binary | 11111111 | 1011101 | 1111110 | 0 | 1000000 | 110011 | 0 | 101011100 | 1100100 | 1000100 |
Color Harmonies of #FF5D7E
Complementary color
Monochromatic Colors of #FF5D7E
Black with #FF5D7E
Text Example
Text Example
White with #FF5D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5D7E; }
p { color: rgb(255,93,126); }
H1.HeaderClassName
{
color: #FF5D7E;
}
.AnyTagClassName
{
color: #FF5D7E;
}
</style>
background-color css
<style>
a { background-color: #FF5D7E; }
a { background-color: rgb(255,93,126); }
div.DivClassName
{
background-color: #FF5D7E;
}
.BgClassName
{
background-color: #FF5D7E;
}
</style>
border-color css
<style>
span { border-color: #FF5D7E; }
span { border-color: rgb(255,93,126); }
td.TdClassName
{
border-color: #FF5D7E;
}
.TagClassName
{
border-color: #FF5D7E;
}
</style>