Shades of Brink Pink #FE5C83
Tints of Brink Pink #FE5C83
RGB
CMYK
RGB Variations
Color information
#FE5C83 (or 0xFE5C83) is known color: Brink Pink. HEX triplet: FE, 5C and 83. RGB value is (254,92,131). Sum of RGB (Red+Green+Blue) = 254+92+131=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5C83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5C83 is #01A37C. Grayscale: #909090. Windows color (decimal): -107389 or 8609022. OLE color: 8609022.
HSL color Cylindrical-coordinate representation of color #FE5C83: hue angle of 345.56º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE5C83 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 92 | 131 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.00 |
| HSL | 345.56º | 0.99% | 0.68% | - |
| HSV(B) | 345.56º | 0.64% | 1% | - |
| XYZ | 48.8 | 30.36 | 24.76 | - |
| YUV | 144.88 | 120.17 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 92 | 131 | 0 | 0.64 | 0.48 | 0.00 | 345.56 | 0.99 | 0.68 |
| Hex | FE | 5C | 83 | 0 | 40 | 30 | 0 | 15A | 63 | 44 |
| Octal | 376 | 134 | 203 | 0 | 100 | 60 | 0 | 532 | 143 | 104 |
| Binary | 11111110 | 1011100 | 10000011 | 0 | 1000000 | 110000 | 0 | 101011010 | 1100011 | 1000100 |
Color Harmonies of #FE5C83
Complementary color
Monochromatic Colors of #FE5C83
Black with #FE5C83
Text Example
Text Example
White with #FE5C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5C83; }
p { color: rgb(254,92,131); }
H1.HeaderClassName
{
color: #FE5C83;
}
.AnyTagClassName
{
color: #FE5C83;
}
</style>
background-color css
<style>
a { background-color: #FE5C83; }
a { background-color: rgb(254,92,131); }
div.DivClassName
{
background-color: #FE5C83;
}
.BgClassName
{
background-color: #FE5C83;
}
</style>
border-color css
<style>
span { border-color: #FE5C83; }
span { border-color: rgb(254,92,131); }
td.TdClassName
{
border-color: #FE5C83;
}
.TagClassName
{
border-color: #FE5C83;
}
</style>