Shades of Brink Pink #FB6880
Tints of Brink Pink #FB6880
RGB
CMYK
RGB Variations
Color information
#FB6880 (or 0xFB6880) is known color: Brink Pink. HEX triplet: FB, 68 and 80. RGB value is (251,104,128). Sum of RGB (Red+Green+Blue) = 251+104+128=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6880 is #04977F. Grayscale: #969696. Windows color (decimal): -300928 or 8415483. OLE color: 8415483.
HSL color Cylindrical-coordinate representation of color #FB6880: hue angle of 350.2º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB6880 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 104 | 128 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.02 |
| HSL | 350.2º | 0.95% | 0.7% | - |
| HSV(B) | 350.2º | 0.59% | 0.98% | - |
| XYZ | 48.63 | 31.97 | 24.03 | - |
| YUV | 150.69 | 115.2 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 104 | 128 | 0 | 0.59 | 0.49 | 0.02 | 350.2 | 0.95 | 0.7 |
| Hex | FB | 68 | 80 | 0 | 3B | 31 | 2 | 15E | 5F | 46 |
| Octal | 373 | 150 | 200 | 0 | 73 | 61 | 2 | 536 | 137 | 106 |
| Binary | 11111011 | 1101000 | 10000000 | 0 | 111011 | 110001 | 10 | 101011110 | 1011111 | 1000110 |
Color Harmonies of #FB6880
Complementary color
Monochromatic Colors of #FB6880
Black with #FB6880
Text Example
Text Example
White with #FB6880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6880; }
p { color: rgb(251,104,128); }
H1.HeaderClassName
{
color: #FB6880;
}
.AnyTagClassName
{
color: #FB6880;
}
</style>
background-color css
<style>
a { background-color: #FB6880; }
a { background-color: rgb(251,104,128); }
div.DivClassName
{
background-color: #FB6880;
}
.BgClassName
{
background-color: #FB6880;
}
</style>
border-color css
<style>
span { border-color: #FB6880; }
span { border-color: rgb(251,104,128); }
td.TdClassName
{
border-color: #FB6880;
}
.TagClassName
{
border-color: #FB6880;
}
</style>