Shades of Brink Pink #FB648D
Tints of Brink Pink #FB648D
RGB
CMYK
RGB Variations
Color information
#FB648D (or 0xFB648D) is known color: Brink Pink. HEX triplet: FB, 64 and 8D. RGB value is (251,100,141). Sum of RGB (Red+Green+Blue) = 251+100+141=492 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.02% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 251 - color contains mainly: red. Hex color #FB648D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB648D is #049B72. Grayscale: #959595. Windows color (decimal): -301939 or 9266427. OLE color: 9266427.
HSL color Cylindrical-coordinate representation of color #FB648D: hue angle of 343.71º 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 #FB648D is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 100 | 141 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.02 |
| HSL | 343.71º | 0.95% | 0.69% | - |
| HSV(B) | 343.71º | 0.6% | 0.98% | - |
| XYZ | 49.15 | 31.55 | 28.7 | - |
| YUV | 149.82 | 123.03 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 100 | 141 | 0 | 0.60 | 0.44 | 0.02 | 343.71 | 0.95 | 0.69 |
| Hex | FB | 64 | 8D | 0 | 3C | 2C | 2 | 158 | 5F | 45 |
| Octal | 373 | 144 | 215 | 0 | 74 | 54 | 2 | 530 | 137 | 105 |
| Binary | 11111011 | 1100100 | 10001101 | 0 | 111100 | 101100 | 10 | 101011000 | 1011111 | 1000101 |
Color Harmonies of #FB648D
Complementary color
Monochromatic Colors of #FB648D
Black with #FB648D
Text Example
Text Example
White with #FB648D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB648D; }
p { color: rgb(251,100,141); }
H1.HeaderClassName
{
color: #FB648D;
}
.AnyTagClassName
{
color: #FB648D;
}
</style>
background-color css
<style>
a { background-color: #FB648D; }
a { background-color: rgb(251,100,141); }
div.DivClassName
{
background-color: #FB648D;
}
.BgClassName
{
background-color: #FB648D;
}
</style>
border-color css
<style>
span { border-color: #FB648D; }
span { border-color: rgb(251,100,141); }
td.TdClassName
{
border-color: #FB648D;
}
.TagClassName
{
border-color: #FB648D;
}
</style>