Shades of Brink Pink #FB647D
Tints of Brink Pink #FB647D
RGB
CMYK
RGB Variations
Color information
#FB647D (or 0xFB647D) is known color: Brink Pink. HEX triplet: FB, 64 and 7D. RGB value is (251,100,125). Sum of RGB (Red+Green+Blue) = 251+100+125=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FB647D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB647D is #049B82. Grayscale: #949494. Windows color (decimal): -301955 or 8217851. OLE color: 8217851.
HSL color Cylindrical-coordinate representation of color #FB647D: hue angle of 350.07º 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 #FB647D is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 100 | 125 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.02 |
| HSL | 350.07º | 0.95% | 0.69% | - |
| HSV(B) | 350.07º | 0.6% | 0.98% | - |
| XYZ | 48.04 | 31.1 | 22.87 | - |
| YUV | 148 | 115.03 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 100 | 125 | 0 | 0.60 | 0.50 | 0.02 | 350.07 | 0.95 | 0.69 |
| Hex | FB | 64 | 7D | 0 | 3C | 32 | 2 | 15E | 5F | 45 |
| Octal | 373 | 144 | 175 | 0 | 74 | 62 | 2 | 536 | 137 | 105 |
| Binary | 11111011 | 1100100 | 1111101 | 0 | 111100 | 110010 | 10 | 101011110 | 1011111 | 1000101 |
Color Harmonies of #FB647D
Complementary color
Monochromatic Colors of #FB647D
Black with #FB647D
Text Example
Text Example
White with #FB647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB647D; }
p { color: rgb(251,100,125); }
H1.HeaderClassName
{
color: #FB647D;
}
.AnyTagClassName
{
color: #FB647D;
}
</style>
background-color css
<style>
a { background-color: #FB647D; }
a { background-color: rgb(251,100,125); }
div.DivClassName
{
background-color: #FB647D;
}
.BgClassName
{
background-color: #FB647D;
}
</style>
border-color css
<style>
span { border-color: #FB647D; }
span { border-color: rgb(251,100,125); }
td.TdClassName
{
border-color: #FB647D;
}
.TagClassName
{
border-color: #FB647D;
}
</style>