Shades of Brink Pink #FE5D83
Tints of Brink Pink #FE5D83
RGB
CMYK
RGB Variations
Color information
#FE5D83 (or 0xFE5D83) is known color: Brink Pink. HEX triplet: FE, 5D and 83. RGB value is (254,93,131). Sum of RGB (Red+Green+Blue) = 254+93+131=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5D83 is #01A27C. Grayscale: #919191. Windows color (decimal): -107133 or 8609278. OLE color: 8609278.
HSL color Cylindrical-coordinate representation of color #FE5D83: hue angle of 345.84º 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 #FE5D83 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 93 | 131 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.00 |
| HSL | 345.84º | 0.99% | 0.68% | - |
| HSV(B) | 345.84º | 0.63% | 1% | - |
| XYZ | 48.88 | 30.54 | 24.79 | - |
| YUV | 145.47 | 119.84 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 93 | 131 | 0 | 0.63 | 0.48 | 0.00 | 345.84 | 0.99 | 0.68 |
| Hex | FE | 5D | 83 | 0 | 3F | 30 | 0 | 15A | 63 | 44 |
| Octal | 376 | 135 | 203 | 0 | 77 | 60 | 0 | 532 | 143 | 104 |
| Binary | 11111110 | 1011101 | 10000011 | 0 | 111111 | 110000 | 0 | 101011010 | 1100011 | 1000100 |
Color Harmonies of #FE5D83
Complementary color
Monochromatic Colors of #FE5D83
Black with #FE5D83
Text Example
Text Example
White with #FE5D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5D83; }
p { color: rgb(254,93,131); }
H1.HeaderClassName
{
color: #FE5D83;
}
.AnyTagClassName
{
color: #FE5D83;
}
</style>
background-color css
<style>
a { background-color: #FE5D83; }
a { background-color: rgb(254,93,131); }
div.DivClassName
{
background-color: #FE5D83;
}
.BgClassName
{
background-color: #FE5D83;
}
</style>
border-color css
<style>
span { border-color: #FE5D83; }
span { border-color: rgb(254,93,131); }
td.TdClassName
{
border-color: #FE5D83;
}
.TagClassName
{
border-color: #FE5D83;
}
</style>