Shades of Brink Pink #FB627D
Tints of Brink Pink #FB627D
RGB
CMYK
RGB Variations
Color information
#FB627D (or 0xFB627D) is known color: Brink Pink. HEX triplet: FB, 62 and 7D. RGB value is (251,98,125). Sum of RGB (Red+Green+Blue) = 251+98+125=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 98 (38.67% from 255 or 20.68% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FB627D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB627D is #049D82. Grayscale: #929292. Windows color (decimal): -302467 or 8217339. OLE color: 8217339.
HSL color Cylindrical-coordinate representation of color #FB627D: hue angle of 349.41º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FB627D is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 98 | 125 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.02 |
| HSL | 349.41º | 0.95% | 0.68% | - |
| HSV(B) | 349.41º | 0.61% | 0.98% | - |
| XYZ | 47.85 | 30.73 | 22.81 | - |
| YUV | 146.83 | 115.69 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 98 | 125 | 0 | 0.61 | 0.50 | 0.02 | 349.41 | 0.95 | 0.68 |
| Hex | FB | 62 | 7D | 0 | 3D | 32 | 2 | 15D | 5F | 44 |
| Octal | 373 | 142 | 175 | 0 | 75 | 62 | 2 | 535 | 137 | 104 |
| Binary | 11111011 | 1100010 | 1111101 | 0 | 111101 | 110010 | 10 | 101011101 | 1011111 | 1000100 |
Color Harmonies of #FB627D
Complementary color
Monochromatic Colors of #FB627D
Black with #FB627D
Text Example
Text Example
White with #FB627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB627D; }
p { color: rgb(251,98,125); }
H1.HeaderClassName
{
color: #FB627D;
}
.AnyTagClassName
{
color: #FB627D;
}
</style>
background-color css
<style>
a { background-color: #FB627D; }
a { background-color: rgb(251,98,125); }
div.DivClassName
{
background-color: #FB627D;
}
.BgClassName
{
background-color: #FB627D;
}
</style>
border-color css
<style>
span { border-color: #FB627D; }
span { border-color: rgb(251,98,125); }
td.TdClassName
{
border-color: #FB627D;
}
.TagClassName
{
border-color: #FB627D;
}
</style>