Shades of Brink Pink #FB647B
Tints of Brink Pink #FB647B
RGB
CMYK
RGB Variations
Color information
#FB647B (or 0xFB647B) is known color: Brink Pink. HEX triplet: FB, 64 and 7B. RGB value is (251,100,123). Sum of RGB (Red+Green+Blue) = 251+100+123=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FB647B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB647B is #049B84. Grayscale: #939393. Windows color (decimal): -301957 or 8086779. OLE color: 8086779.
HSL color Cylindrical-coordinate representation of color #FB647B: hue angle of 350.86º 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 #FB647B is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 100 | 123 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.02 |
| HSL | 350.86º | 0.95% | 0.69% | - |
| HSV(B) | 350.86º | 0.6% | 0.98% | - |
| XYZ | 47.92 | 31.05 | 22.21 | - |
| YUV | 147.77 | 114.03 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 100 | 123 | 0 | 0.60 | 0.51 | 0.02 | 350.86 | 0.95 | 0.69 |
| Hex | FB | 64 | 7B | 0 | 3C | 33 | 2 | 15F | 5F | 45 |
| Octal | 373 | 144 | 173 | 0 | 74 | 63 | 2 | 537 | 137 | 105 |
| Binary | 11111011 | 1100100 | 1111011 | 0 | 111100 | 110011 | 10 | 101011111 | 1011111 | 1000101 |
Color Harmonies of #FB647B
Complementary color
Monochromatic Colors of #FB647B
Black with #FB647B
Text Example
Text Example
White with #FB647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB647B; }
p { color: rgb(251,100,123); }
H1.HeaderClassName
{
color: #FB647B;
}
.AnyTagClassName
{
color: #FB647B;
}
</style>
background-color css
<style>
a { background-color: #FB647B; }
a { background-color: rgb(251,100,123); }
div.DivClassName
{
background-color: #FB647B;
}
.BgClassName
{
background-color: #FB647B;
}
</style>
border-color css
<style>
span { border-color: #FB647B; }
span { border-color: rgb(251,100,123); }
td.TdClassName
{
border-color: #FB647B;
}
.TagClassName
{
border-color: #FB647B;
}
</style>