Shades of Brink Pink #FF7282
Tints of Brink Pink #FF7282
RGB
CMYK
RGB Variations
Color information
#FF7282 (or 0xFF7282) is known color: Brink Pink. HEX triplet: FF, 72 and 82. RGB value is (255,114,130). Sum of RGB (Red+Green+Blue) = 255+114+130=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7282 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7282 is #008D7D. Grayscale: #9E9E9E. Windows color (decimal): -36222 or 8549119. OLE color: 8549119.
HSL color Cylindrical-coordinate representation of color #FF7282: hue angle of 353.19º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF7282 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 130 | - |
| CMYK | 0 | 0.55 | 0.49 | 0 |
| HSL | 353.19º | 1% | 0.72% | - |
| HSV(B) | 353.19º | 0.55% | 1% | - |
| XYZ | 51.29 | 34.91 | 25.15 | - |
| YUV | 157.98 | 112.21 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 130 | 0 | 0.55 | 0.49 | 0 | 353.19 | 1 | 0.72 |
| Hex | FF | 72 | 82 | 0 | 37 | 31 | 0 | 161 | 64 | 48 |
| Octal | 377 | 162 | 202 | 0 | 67 | 61 | 0 | 541 | 144 | 110 |
| Binary | 11111111 | 1110010 | 10000010 | 0 | 110111 | 110001 | 0 | 101100001 | 1100100 | 1001000 |
Color Harmonies of #FF7282
Complementary color
Monochromatic Colors of #FF7282
Black with #FF7282
Text Example
Text Example
White with #FF7282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7282; }
p { color: rgb(255,114,130); }
H1.HeaderClassName
{
color: #FF7282;
}
.AnyTagClassName
{
color: #FF7282;
}
</style>
background-color css
<style>
a { background-color: #FF7282; }
a { background-color: rgb(255,114,130); }
div.DivClassName
{
background-color: #FF7282;
}
.BgClassName
{
background-color: #FF7282;
}
</style>
border-color css
<style>
span { border-color: #FF7282; }
span { border-color: rgb(255,114,130); }
td.TdClassName
{
border-color: #FF7282;
}
.TagClassName
{
border-color: #FF7282;
}
</style>