Shades of Brink Pink #FF5482
Tints of Brink Pink #FF5482
RGB
CMYK
RGB Variations
Color information
#FF5482 (or 0xFF5482) is known color: Brink Pink. HEX triplet: FF, 54 and 82. RGB value is (255,84,130). Sum of RGB (Red+Green+Blue) = 255+84+130=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5482 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5482 is #00AB7D. Grayscale: #8C8C8C. Windows color (decimal): -43902 or 8541439. OLE color: 8541439.
HSL color Cylindrical-coordinate representation of color #FF5482: hue angle of 343.86º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF5482 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 130 | - |
| CMYK | 0 | 0.67 | 0.49 | 0 |
| HSL | 343.86º | 1% | 0.66% | - |
| HSV(B) | 343.86º | 0.67% | 1% | - |
| XYZ | 48.44 | 29.21 | 24.2 | - |
| YUV | 140.37 | 122.15 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 130 | 0 | 0.67 | 0.49 | 0 | 343.86 | 1 | 0.66 |
| Hex | FF | 54 | 82 | 0 | 43 | 31 | 0 | 158 | 64 | 42 |
| Octal | 377 | 124 | 202 | 0 | 103 | 61 | 0 | 530 | 144 | 102 |
| Binary | 11111111 | 1010100 | 10000010 | 0 | 1000011 | 110001 | 0 | 101011000 | 1100100 | 1000010 |
Color Harmonies of #FF5482
Complementary color
Monochromatic Colors of #FF5482
Black with #FF5482
Text Example
Text Example
White with #FF5482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5482; }
p { color: rgb(255,84,130); }
H1.HeaderClassName
{
color: #FF5482;
}
.AnyTagClassName
{
color: #FF5482;
}
</style>
background-color css
<style>
a { background-color: #FF5482; }
a { background-color: rgb(255,84,130); }
div.DivClassName
{
background-color: #FF5482;
}
.BgClassName
{
background-color: #FF5482;
}
</style>
border-color css
<style>
span { border-color: #FF5482; }
span { border-color: rgb(255,84,130); }
td.TdClassName
{
border-color: #FF5482;
}
.TagClassName
{
border-color: #FF5482;
}
</style>