Shades of Brink Pink #FF6080
Tints of Brink Pink #FF6080
RGB
CMYK
RGB Variations
Color information
#FF6080 (or 0xFF6080) is known color: Brink Pink. HEX triplet: FF, 60 and 80. RGB value is (255,96,128). Sum of RGB (Red+Green+Blue) = 255+96+128=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6080 is #009F7F. Grayscale: #939393. Windows color (decimal): -40832 or 8413439. OLE color: 8413439.
HSL color Cylindrical-coordinate representation of color #FF6080: hue angle of 347.92º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF6080 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 128 | - |
| CMYK | 0 | 0.62 | 0.50 | 0 |
| HSL | 347.92º | 1% | 0.69% | - |
| HSV(B) | 347.92º | 0.62% | 1% | - |
| XYZ | 49.32 | 31.18 | 23.84 | - |
| YUV | 147.19 | 117.18 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 128 | 0 | 0.62 | 0.50 | 0 | 347.92 | 1 | 0.69 |
| Hex | FF | 60 | 80 | 0 | 3E | 32 | 0 | 15C | 64 | 45 |
| Octal | 377 | 140 | 200 | 0 | 76 | 62 | 0 | 534 | 144 | 105 |
| Binary | 11111111 | 1100000 | 10000000 | 0 | 111110 | 110010 | 0 | 101011100 | 1100100 | 1000101 |
Color Harmonies of #FF6080
Complementary color
Monochromatic Colors of #FF6080
Black with #FF6080
Text Example
Text Example
White with #FF6080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6080; }
p { color: rgb(255,96,128); }
H1.HeaderClassName
{
color: #FF6080;
}
.AnyTagClassName
{
color: #FF6080;
}
</style>
background-color css
<style>
a { background-color: #FF6080; }
a { background-color: rgb(255,96,128); }
div.DivClassName
{
background-color: #FF6080;
}
.BgClassName
{
background-color: #FF6080;
}
</style>
border-color css
<style>
span { border-color: #FF6080; }
span { border-color: rgb(255,96,128); }
td.TdClassName
{
border-color: #FF6080;
}
.TagClassName
{
border-color: #FF6080;
}
</style>