Shades of Brink Pink #FF5A83
Tints of Brink Pink #FF5A83
RGB
CMYK
RGB Variations
Color information
#FF5A83 (or 0xFF5A83) is known color: Brink Pink. HEX triplet: FF, 5A and 83. RGB value is (255,90,131). Sum of RGB (Red+Green+Blue) = 255+90+131=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 131 (51.56% from 255 or 27.52% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5A83 is #00A57C. Grayscale: #909090. Windows color (decimal): -42365 or 8608511. OLE color: 8608511.
HSL color Cylindrical-coordinate representation of color #FF5A83: hue angle of 345.09º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF5A83 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 131 | - |
| CMYK | 0 | 0.65 | 0.49 | 0 |
| HSL | 345.09º | 1% | 0.68% | - |
| HSV(B) | 345.09º | 0.65% | 1% | - |
| XYZ | 48.99 | 30.21 | 24.72 | - |
| YUV | 144.01 | 120.66 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 131 | 0 | 0.65 | 0.49 | 0 | 345.09 | 1 | 0.68 |
| Hex | FF | 5A | 83 | 0 | 41 | 31 | 0 | 159 | 64 | 44 |
| Octal | 377 | 132 | 203 | 0 | 101 | 61 | 0 | 531 | 144 | 104 |
| Binary | 11111111 | 1011010 | 10000011 | 0 | 1000001 | 110001 | 0 | 101011001 | 1100100 | 1000100 |
Color Harmonies of #FF5A83
Complementary color
Monochromatic Colors of #FF5A83
Black with #FF5A83
Text Example
Text Example
White with #FF5A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5A83; }
p { color: rgb(255,90,131); }
H1.HeaderClassName
{
color: #FF5A83;
}
.AnyTagClassName
{
color: #FF5A83;
}
</style>
background-color css
<style>
a { background-color: #FF5A83; }
a { background-color: rgb(255,90,131); }
div.DivClassName
{
background-color: #FF5A83;
}
.BgClassName
{
background-color: #FF5A83;
}
</style>
border-color css
<style>
span { border-color: #FF5A83; }
span { border-color: rgb(255,90,131); }
td.TdClassName
{
border-color: #FF5A83;
}
.TagClassName
{
border-color: #FF5A83;
}
</style>