Shades of Brink Pink #FB648F
Tints of Brink Pink #FB648F
RGB
CMYK
RGB Variations
Color information
#FB648F (or 0xFB648F) is known color: Brink Pink. HEX triplet: FB, 64 and 8F. RGB value is (251,100,143). Sum of RGB (Red+Green+Blue) = 251+100+143=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FB648F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB648F is #049B70. Grayscale: #969696. Windows color (decimal): -301937 or 9397499. OLE color: 9397499.
HSL color Cylindrical-coordinate representation of color #FB648F: hue angle of 342.91º 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 #FB648F is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 100 | 143 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.02 |
| HSL | 342.91º | 0.95% | 0.69% | - |
| HSV(B) | 342.91º | 0.6% | 0.98% | - |
| XYZ | 49.3 | 31.61 | 29.49 | - |
| YUV | 150.05 | 124.03 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 100 | 143 | 0 | 0.60 | 0.43 | 0.02 | 342.91 | 0.95 | 0.69 |
| Hex | FB | 64 | 8F | 0 | 3C | 2B | 2 | 157 | 5F | 45 |
| Octal | 373 | 144 | 217 | 0 | 74 | 53 | 2 | 527 | 137 | 105 |
| Binary | 11111011 | 1100100 | 10001111 | 0 | 111100 | 101011 | 10 | 101010111 | 1011111 | 1000101 |
Color Harmonies of #FB648F
Complementary color
Monochromatic Colors of #FB648F
Black with #FB648F
Text Example
Text Example
White with #FB648F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB648F; }
p { color: rgb(251,100,143); }
H1.HeaderClassName
{
color: #FB648F;
}
.AnyTagClassName
{
color: #FB648F;
}
</style>
background-color css
<style>
a { background-color: #FB648F; }
a { background-color: rgb(251,100,143); }
div.DivClassName
{
background-color: #FB648F;
}
.BgClassName
{
background-color: #FB648F;
}
</style>
border-color css
<style>
span { border-color: #FB648F; }
span { border-color: rgb(251,100,143); }
td.TdClassName
{
border-color: #FB648F;
}
.TagClassName
{
border-color: #FB648F;
}
</style>