Shades of Brink Pink #FB648B
Tints of Brink Pink #FB648B
RGB
CMYK
RGB Variations
Color information
#FB648B (or 0xFB648B) is known color: Brink Pink. HEX triplet: FB, 64 and 8B. RGB value is (251,100,139). Sum of RGB (Red+Green+Blue) = 251+100+139=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FB648B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB648B is #049B74. Grayscale: #959595. Windows color (decimal): -301941 or 9135355. OLE color: 9135355.
HSL color Cylindrical-coordinate representation of color #FB648B: hue angle of 344.5º 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 #FB648B is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 100 | 139 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.02 |
| HSL | 344.5º | 0.95% | 0.69% | - |
| HSV(B) | 344.5º | 0.6% | 0.98% | - |
| XYZ | 49 | 31.49 | 27.92 | - |
| YUV | 149.6 | 122.03 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 100 | 139 | 0 | 0.60 | 0.45 | 0.02 | 344.5 | 0.95 | 0.69 |
| Hex | FB | 64 | 8B | 0 | 3C | 2D | 2 | 159 | 5F | 45 |
| Octal | 373 | 144 | 213 | 0 | 74 | 55 | 2 | 531 | 137 | 105 |
| Binary | 11111011 | 1100100 | 10001011 | 0 | 111100 | 101101 | 10 | 101011001 | 1011111 | 1000101 |
Color Harmonies of #FB648B
Complementary color
Monochromatic Colors of #FB648B
Black with #FB648B
Text Example
Text Example
White with #FB648B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB648B; }
p { color: rgb(251,100,139); }
H1.HeaderClassName
{
color: #FB648B;
}
.AnyTagClassName
{
color: #FB648B;
}
</style>
background-color css
<style>
a { background-color: #FB648B; }
a { background-color: rgb(251,100,139); }
div.DivClassName
{
background-color: #FB648B;
}
.BgClassName
{
background-color: #FB648B;
}
</style>
border-color css
<style>
span { border-color: #FB648B; }
span { border-color: rgb(251,100,139); }
td.TdClassName
{
border-color: #FB648B;
}
.TagClassName
{
border-color: #FB648B;
}
</style>