Shades of Brink Pink #FE5F90
Tints of Brink Pink #FE5F90
RGB
CMYK
RGB Variations
Color information
#FE5F90 (or 0xFE5F90) is known color: Brink Pink. HEX triplet: FE, 5F and 90. RGB value is (254,95,144). Sum of RGB (Red+Green+Blue) = 254+95+144=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 95 (37.5% from 255 or 19.27% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5F90 is #01A06F. Grayscale: #949494. Windows color (decimal): -106608 or 9461758. OLE color: 9461758.
HSL color Cylindrical-coordinate representation of color #FE5F90: hue angle of 341.51º 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 #FE5F90 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 95 | 144 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.00 |
| HSL | 341.51º | 0.99% | 0.68% | - |
| HSV(B) | 341.51º | 0.63% | 1% | - |
| XYZ | 50 | 31.27 | 29.79 | - |
| YUV | 148.13 | 125.68 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 95 | 144 | 0 | 0.63 | 0.43 | 0.00 | 341.51 | 0.99 | 0.68 |
| Hex | FE | 5F | 90 | 0 | 3F | 2B | 0 | 156 | 63 | 44 |
| Octal | 376 | 137 | 220 | 0 | 77 | 53 | 0 | 526 | 143 | 104 |
| Binary | 11111110 | 1011111 | 10010000 | 0 | 111111 | 101011 | 0 | 101010110 | 1100011 | 1000100 |
Color Harmonies of #FE5F90
Complementary color
Monochromatic Colors of #FE5F90
Black with #FE5F90
Text Example
Text Example
White with #FE5F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5F90; }
p { color: rgb(254,95,144); }
H1.HeaderClassName
{
color: #FE5F90;
}
.AnyTagClassName
{
color: #FE5F90;
}
</style>
background-color css
<style>
a { background-color: #FE5F90; }
a { background-color: rgb(254,95,144); }
div.DivClassName
{
background-color: #FE5F90;
}
.BgClassName
{
background-color: #FE5F90;
}
</style>
border-color css
<style>
span { border-color: #FE5F90; }
span { border-color: rgb(254,95,144); }
td.TdClassName
{
border-color: #FE5F90;
}
.TagClassName
{
border-color: #FE5F90;
}
</style>