Shades of Brink Pink #FF5F8D
Tints of Brink Pink #FF5F8D
RGB
CMYK
RGB Variations
Color information
#FF5F8D (or 0xFF5F8D) is known color: Brink Pink. HEX triplet: FF, 5F and 8D. RGB value is (255,95,141). Sum of RGB (Red+Green+Blue) = 255+95+141=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5F8D is #00A072. Grayscale: #949494. Windows color (decimal): -41075 or 9265151. OLE color: 9265151.
HSL color Cylindrical-coordinate representation of color #FF5F8D: hue angle of 342.75º 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 #FF5F8D is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 141 | - |
| CMYK | 0 | 0.63 | 0.45 | 0 |
| HSL | 342.75º | 1% | 0.69% | - |
| HSV(B) | 342.75º | 0.63% | 1% | - |
| XYZ | 50.14 | 31.37 | 28.61 | - |
| YUV | 148.08 | 124.01 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 141 | 0 | 0.63 | 0.45 | 0 | 342.75 | 1 | 0.69 |
| Hex | FF | 5F | 8D | 0 | 3F | 2D | 0 | 157 | 64 | 45 |
| Octal | 377 | 137 | 215 | 0 | 77 | 55 | 0 | 527 | 144 | 105 |
| Binary | 11111111 | 1011111 | 10001101 | 0 | 111111 | 101101 | 0 | 101010111 | 1100100 | 1000101 |
Color Harmonies of #FF5F8D
Complementary color
Monochromatic Colors of #FF5F8D
Black with #FF5F8D
Text Example
Text Example
White with #FF5F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5F8D; }
p { color: rgb(255,95,141); }
H1.HeaderClassName
{
color: #FF5F8D;
}
.AnyTagClassName
{
color: #FF5F8D;
}
</style>
background-color css
<style>
a { background-color: #FF5F8D; }
a { background-color: rgb(255,95,141); }
div.DivClassName
{
background-color: #FF5F8D;
}
.BgClassName
{
background-color: #FF5F8D;
}
</style>
border-color css
<style>
span { border-color: #FF5F8D; }
span { border-color: rgb(255,95,141); }
td.TdClassName
{
border-color: #FF5F8D;
}
.TagClassName
{
border-color: #FF5F8D;
}
</style>