Shades of Brink Pink #FF7280
Tints of Brink Pink #FF7280
RGB
CMYK
RGB Variations
Color information
#FF7280 (or 0xFF7280) is known color: Brink Pink. HEX triplet: FF, 72 and 80. RGB value is (255,114,128). Sum of RGB (Red+Green+Blue) = 255+114+128=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7280 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7280 is #008D7F. Grayscale: #9D9D9D. Windows color (decimal): -36224 or 8418047. OLE color: 8418047.
HSL color Cylindrical-coordinate representation of color #FF7280: hue angle of 354.04º 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 #FF7280 is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 128 | - |
| CMYK | 0 | 0.55 | 0.50 | 0 |
| HSL | 354.04º | 1% | 0.72% | - |
| HSV(B) | 354.04º | 0.55% | 1% | - |
| XYZ | 51.15 | 34.85 | 24.45 | - |
| YUV | 157.76 | 111.21 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 128 | 0 | 0.55 | 0.50 | 0 | 354.04 | 1 | 0.72 |
| Hex | FF | 72 | 80 | 0 | 37 | 32 | 0 | 162 | 64 | 48 |
| Octal | 377 | 162 | 200 | 0 | 67 | 62 | 0 | 542 | 144 | 110 |
| Binary | 11111111 | 1110010 | 10000000 | 0 | 110111 | 110010 | 0 | 101100010 | 1100100 | 1001000 |
Color Harmonies of #FF7280
Complementary color
Monochromatic Colors of #FF7280
Black with #FF7280
Text Example
Text Example
White with #FF7280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7280; }
p { color: rgb(255,114,128); }
H1.HeaderClassName
{
color: #FF7280;
}
.AnyTagClassName
{
color: #FF7280;
}
</style>
background-color css
<style>
a { background-color: #FF7280; }
a { background-color: rgb(255,114,128); }
div.DivClassName
{
background-color: #FF7280;
}
.BgClassName
{
background-color: #FF7280;
}
</style>
border-color css
<style>
span { border-color: #FF7280; }
span { border-color: rgb(255,114,128); }
td.TdClassName
{
border-color: #FF7280;
}
.TagClassName
{
border-color: #FF7280;
}
</style>