Shades of Brink Pink #FE5F81
Tints of Brink Pink #FE5F81
RGB
CMYK
RGB Variations
Color information
#FE5F81 (or 0xFE5F81) is known color: Brink Pink. HEX triplet: FE, 5F and 81. RGB value is (254,95,129). Sum of RGB (Red+Green+Blue) = 254+95+129=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 95 (37.5% from 255 or 19.87% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5F81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5F81 is #01A07E. Grayscale: #929292. Windows color (decimal): -106623 or 8478718. OLE color: 8478718.
HSL color Cylindrical-coordinate representation of color #FE5F81: hue angle of 347.17º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5F81 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 95 | 129 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.00 |
| HSL | 347.17º | 0.99% | 0.68% | - |
| HSV(B) | 347.17º | 0.63% | 1% | - |
| XYZ | 48.93 | 30.84 | 24.14 | - |
| YUV | 146.42 | 118.18 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 95 | 129 | 0 | 0.63 | 0.49 | 0.00 | 347.17 | 0.99 | 0.68 |
| Hex | FE | 5F | 81 | 0 | 3F | 31 | 0 | 15B | 63 | 44 |
| Octal | 376 | 137 | 201 | 0 | 77 | 61 | 0 | 533 | 143 | 104 |
| Binary | 11111110 | 1011111 | 10000001 | 0 | 111111 | 110001 | 0 | 101011011 | 1100011 | 1000100 |
Color Harmonies of #FE5F81
Complementary color
Monochromatic Colors of #FE5F81
Black with #FE5F81
Text Example
Text Example
White with #FE5F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5F81; }
p { color: rgb(254,95,129); }
H1.HeaderClassName
{
color: #FE5F81;
}
.AnyTagClassName
{
color: #FE5F81;
}
</style>
background-color css
<style>
a { background-color: #FE5F81; }
a { background-color: rgb(254,95,129); }
div.DivClassName
{
background-color: #FE5F81;
}
.BgClassName
{
background-color: #FE5F81;
}
</style>
border-color css
<style>
span { border-color: #FE5F81; }
span { border-color: rgb(254,95,129); }
td.TdClassName
{
border-color: #FE5F81;
}
.TagClassName
{
border-color: #FE5F81;
}
</style>