Shades of Brink Pink #FB648C
Tints of Brink Pink #FB648C
RGB
CMYK
RGB Variations
Color information
#FB648C (or 0xFB648C) is known color: Brink Pink. HEX triplet: FB, 64 and 8C. RGB value is (251,100,140). Sum of RGB (Red+Green+Blue) = 251+100+140=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FB648C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB648C is #049B73. Grayscale: #959595. Windows color (decimal): -301940 or 9200891. OLE color: 9200891.
HSL color Cylindrical-coordinate representation of color #FB648C: hue angle of 344.11º 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 #FB648C is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 100 | 140 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.02 |
| HSL | 344.11º | 0.95% | 0.69% | - |
| HSV(B) | 344.11º | 0.6% | 0.98% | - |
| XYZ | 49.07 | 31.52 | 28.31 | - |
| YUV | 149.71 | 122.53 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 100 | 140 | 0 | 0.60 | 0.44 | 0.02 | 344.11 | 0.95 | 0.69 |
| Hex | FB | 64 | 8C | 0 | 3C | 2C | 2 | 158 | 5F | 45 |
| Octal | 373 | 144 | 214 | 0 | 74 | 54 | 2 | 530 | 137 | 105 |
| Binary | 11111011 | 1100100 | 10001100 | 0 | 111100 | 101100 | 10 | 101011000 | 1011111 | 1000101 |
Color Harmonies of #FB648C
Complementary color
Monochromatic Colors of #FB648C
Black with #FB648C
Text Example
Text Example
White with #FB648C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB648C; }
p { color: rgb(251,100,140); }
H1.HeaderClassName
{
color: #FB648C;
}
.AnyTagClassName
{
color: #FB648C;
}
</style>
background-color css
<style>
a { background-color: #FB648C; }
a { background-color: rgb(251,100,140); }
div.DivClassName
{
background-color: #FB648C;
}
.BgClassName
{
background-color: #FB648C;
}
</style>
border-color css
<style>
span { border-color: #FB648C; }
span { border-color: rgb(251,100,140); }
td.TdClassName
{
border-color: #FB648C;
}
.TagClassName
{
border-color: #FB648C;
}
</style>