Shades of Brink Pink #FB6584
Tints of Brink Pink #FB6584
RGB
CMYK
RGB Variations
Color information
#FB6584 (or 0xFB6584) is known color: Brink Pink. HEX triplet: FB, 65 and 84. RGB value is (251,101,132). Sum of RGB (Red+Green+Blue) = 251+101+132=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 101 (39.84% from 255 or 20.87% from 484); Blue value is 132 (51.95% from 255 or 27.27% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6584 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6584 is #049A7B. Grayscale: #959595. Windows color (decimal): -301692 or 8676859. OLE color: 8676859.
HSL color Cylindrical-coordinate representation of color #FB6584: hue angle of 347.6º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB6584 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 132 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.02 |
| HSL | 347.6º | 0.95% | 0.69% | - |
| HSV(B) | 347.6º | 0.6% | 0.98% | - |
| XYZ | 48.6 | 31.48 | 25.34 | - |
| YUV | 149.38 | 118.2 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 132 | 0 | 0.60 | 0.47 | 0.02 | 347.6 | 0.95 | 0.69 |
| Hex | FB | 65 | 84 | 0 | 3C | 2F | 2 | 15C | 5F | 45 |
| Octal | 373 | 145 | 204 | 0 | 74 | 57 | 2 | 534 | 137 | 105 |
| Binary | 11111011 | 1100101 | 10000100 | 0 | 111100 | 101111 | 10 | 101011100 | 1011111 | 1000101 |
Color Harmonies of #FB6584
Complementary color
Monochromatic Colors of #FB6584
Black with #FB6584
Text Example
Text Example
White with #FB6584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6584; }
p { color: rgb(251,101,132); }
H1.HeaderClassName
{
color: #FB6584;
}
.AnyTagClassName
{
color: #FB6584;
}
</style>
background-color css
<style>
a { background-color: #FB6584; }
a { background-color: rgb(251,101,132); }
div.DivClassName
{
background-color: #FB6584;
}
.BgClassName
{
background-color: #FB6584;
}
</style>
border-color css
<style>
span { border-color: #FB6584; }
span { border-color: rgb(251,101,132); }
td.TdClassName
{
border-color: #FB6584;
}
.TagClassName
{
border-color: #FB6584;
}
</style>