Shades of Brink Pink #FE5783
Tints of Brink Pink #FE5783
RGB
CMYK
RGB Variations
Color information
#FE5783 (or 0xFE5783) is known color: Brink Pink. HEX triplet: FE, 57 and 83. RGB value is (254,87,131). Sum of RGB (Red+Green+Blue) = 254+87+131=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5783 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5783 is #01A87C. Grayscale: #8D8D8D. Windows color (decimal): -108669 or 8607742. OLE color: 8607742.
HSL color Cylindrical-coordinate representation of color #FE5783: hue angle of 344.19º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE5783 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 131 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.00 |
| HSL | 344.19º | 0.99% | 0.67% | - |
| HSV(B) | 344.19º | 0.66% | 1% | - |
| XYZ | 48.38 | 29.53 | 24.62 | - |
| YUV | 141.95 | 121.83 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 131 | 0 | 0.66 | 0.48 | 0.00 | 344.19 | 0.99 | 0.67 |
| Hex | FE | 57 | 83 | 0 | 42 | 30 | 0 | 158 | 63 | 43 |
| Octal | 376 | 127 | 203 | 0 | 102 | 60 | 0 | 530 | 143 | 103 |
| Binary | 11111110 | 1010111 | 10000011 | 0 | 1000010 | 110000 | 0 | 101011000 | 1100011 | 1000011 |
Color Harmonies of #FE5783
Complementary color
Monochromatic Colors of #FE5783
Black with #FE5783
Text Example
Text Example
White with #FE5783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5783; }
p { color: rgb(254,87,131); }
H1.HeaderClassName
{
color: #FE5783;
}
.AnyTagClassName
{
color: #FE5783;
}
</style>
background-color css
<style>
a { background-color: #FE5783; }
a { background-color: rgb(254,87,131); }
div.DivClassName
{
background-color: #FE5783;
}
.BgClassName
{
background-color: #FE5783;
}
</style>
border-color css
<style>
span { border-color: #FE5783; }
span { border-color: rgb(254,87,131); }
td.TdClassName
{
border-color: #FE5783;
}
.TagClassName
{
border-color: #FE5783;
}
</style>