Shades of Brink Pink #FE5F7D
Tints of Brink Pink #FE5F7D
RGB
CMYK
RGB Variations
Color information
#FE5F7D (or 0xFE5F7D) is known color: Brink Pink. HEX triplet: FE, 5F and 7D. RGB value is (254,95,125). Sum of RGB (Red+Green+Blue) = 254+95+125=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5F7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5F7D is #01A082. Grayscale: #929292. Windows color (decimal): -106627 or 8216574. OLE color: 8216574.
HSL color Cylindrical-coordinate representation of color #FE5F7D: hue angle of 348.68º 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 #FE5F7D is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 95 | 125 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.00 |
| HSL | 348.68º | 0.99% | 0.68% | - |
| HSV(B) | 348.68º | 0.63% | 1% | - |
| XYZ | 48.67 | 30.74 | 22.77 | - |
| YUV | 145.96 | 116.18 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 95 | 125 | 0 | 0.63 | 0.51 | 0.00 | 348.68 | 0.99 | 0.68 |
| Hex | FE | 5F | 7D | 0 | 3F | 33 | 0 | 15D | 63 | 44 |
| Octal | 376 | 137 | 175 | 0 | 77 | 63 | 0 | 535 | 143 | 104 |
| Binary | 11111110 | 1011111 | 1111101 | 0 | 111111 | 110011 | 0 | 101011101 | 1100011 | 1000100 |
Color Harmonies of #FE5F7D
Complementary color
Monochromatic Colors of #FE5F7D
Black with #FE5F7D
Text Example
Text Example
White with #FE5F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5F7D; }
p { color: rgb(254,95,125); }
H1.HeaderClassName
{
color: #FE5F7D;
}
.AnyTagClassName
{
color: #FE5F7D;
}
</style>
background-color css
<style>
a { background-color: #FE5F7D; }
a { background-color: rgb(254,95,125); }
div.DivClassName
{
background-color: #FE5F7D;
}
.BgClassName
{
background-color: #FE5F7D;
}
</style>
border-color css
<style>
span { border-color: #FE5F7D; }
span { border-color: rgb(254,95,125); }
td.TdClassName
{
border-color: #FE5F7D;
}
.TagClassName
{
border-color: #FE5F7D;
}
</style>