Shades of Brink Pink #FF5D8F
Tints of Brink Pink #FF5D8F
RGB
CMYK
RGB Variations
Color information
#FF5D8F (or 0xFF5D8F) is known color: Brink Pink. HEX triplet: FF, 5D and 8F. RGB value is (255,93,143). Sum of RGB (Red+Green+Blue) = 255+93+143=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5D8F is #00A270. Grayscale: #939393. Windows color (decimal): -41585 or 9395711. OLE color: 9395711.
HSL color Cylindrical-coordinate representation of color #FF5D8F: hue angle of 341.48º 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 #FF5D8F is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 93 | 143 | - |
CMYK | 0 | 0.64 | 0.44 | 0 |
HSL | 341.48º | 1% | 0.68% | - |
HSV(B) | 341.48º | 0.64% | 1% | - |
XYZ | 50.11 | 31.07 | 29.34 | - |
YUV | 147.14 | 125.67 | 204.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 93 | 143 | 0 | 0.64 | 0.44 | 0 | 341.48 | 1 | 0.68 |
Hex | FF | 5D | 8F | 0 | 40 | 2C | 0 | 155 | 64 | 44 |
Octal | 377 | 135 | 217 | 0 | 100 | 54 | 0 | 525 | 144 | 104 |
Binary | 11111111 | 1011101 | 10001111 | 0 | 1000000 | 101100 | 0 | 101010101 | 1100100 | 1000100 |
Color Harmonies of #FF5D8F
Complementary color
Monochromatic Colors of #FF5D8F
Black with #FF5D8F
Text Example
Text Example
White with #FF5D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5D8F; }
p { color: rgb(255,93,143); }
H1.HeaderClassName
{
color: #FF5D8F;
}
.AnyTagClassName
{
color: #FF5D8F;
}
</style>
background-color css
<style>
a { background-color: #FF5D8F; }
a { background-color: rgb(255,93,143); }
div.DivClassName
{
background-color: #FF5D8F;
}
.BgClassName
{
background-color: #FF5D8F;
}
</style>
border-color css
<style>
span { border-color: #FF5D8F; }
span { border-color: rgb(255,93,143); }
td.TdClassName
{
border-color: #FF5D8F;
}
.TagClassName
{
border-color: #FF5D8F;
}
</style>