Shades of Brink Pink #FB6885
Tints of Brink Pink #FB6885
RGB
CMYK
RGB Variations
Color information
#FB6885 (or 0xFB6885) is known color: Brink Pink. HEX triplet: FB, 68 and 85. RGB value is (251,104,133). Sum of RGB (Red+Green+Blue) = 251+104+133=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6885 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6885 is #04977A. Grayscale: #979797. Windows color (decimal): -300923 or 8743163. OLE color: 8743163.
HSL color Cylindrical-coordinate representation of color #FB6885: hue angle of 348.16º 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 #FB6885 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 104 | 133 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.02 |
| HSL | 348.16º | 0.95% | 0.7% | - |
| HSV(B) | 348.16º | 0.59% | 0.98% | - |
| XYZ | 48.97 | 32.1 | 25.81 | - |
| YUV | 151.26 | 117.7 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 104 | 133 | 0 | 0.59 | 0.47 | 0.02 | 348.16 | 0.95 | 0.7 |
| Hex | FB | 68 | 85 | 0 | 3B | 2F | 2 | 15C | 5F | 46 |
| Octal | 373 | 150 | 205 | 0 | 73 | 57 | 2 | 534 | 137 | 106 |
| Binary | 11111011 | 1101000 | 10000101 | 0 | 111011 | 101111 | 10 | 101011100 | 1011111 | 1000110 |
Color Harmonies of #FB6885
Complementary color
Monochromatic Colors of #FB6885
Black with #FB6885
Text Example
Text Example
White with #FB6885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6885; }
p { color: rgb(251,104,133); }
H1.HeaderClassName
{
color: #FB6885;
}
.AnyTagClassName
{
color: #FB6885;
}
</style>
background-color css
<style>
a { background-color: #FB6885; }
a { background-color: rgb(251,104,133); }
div.DivClassName
{
background-color: #FB6885;
}
.BgClassName
{
background-color: #FB6885;
}
</style>
border-color css
<style>
span { border-color: #FB6885; }
span { border-color: rgb(251,104,133); }
td.TdClassName
{
border-color: #FB6885;
}
.TagClassName
{
border-color: #FB6885;
}
</style>