Shades of Brink Pink #FB628D
Tints of Brink Pink #FB628D
RGB
CMYK
RGB Variations
Color information
#FB628D (or 0xFB628D) is known color: Brink Pink. HEX triplet: FB, 62 and 8D. RGB value is (251,98,141). Sum of RGB (Red+Green+Blue) = 251+98+141=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FB628D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB628D is #049D72. Grayscale: #949494. Windows color (decimal): -302451 or 9265915. OLE color: 9265915.
HSL color Cylindrical-coordinate representation of color #FB628D: hue angle of 343.14º 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 #FB628D is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 98 | 141 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.02 |
| HSL | 343.14º | 0.95% | 0.68% | - |
| HSV(B) | 343.14º | 0.61% | 0.98% | - |
| XYZ | 48.96 | 31.17 | 28.63 | - |
| YUV | 148.65 | 123.69 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 98 | 141 | 0 | 0.61 | 0.44 | 0.02 | 343.14 | 0.95 | 0.68 |
| Hex | FB | 62 | 8D | 0 | 3D | 2C | 2 | 157 | 5F | 44 |
| Octal | 373 | 142 | 215 | 0 | 75 | 54 | 2 | 527 | 137 | 104 |
| Binary | 11111011 | 1100010 | 10001101 | 0 | 111101 | 101100 | 10 | 101010111 | 1011111 | 1000100 |
Color Harmonies of #FB628D
Complementary color
Monochromatic Colors of #FB628D
Black with #FB628D
Text Example
Text Example
White with #FB628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB628D; }
p { color: rgb(251,98,141); }
H1.HeaderClassName
{
color: #FB628D;
}
.AnyTagClassName
{
color: #FB628D;
}
</style>
background-color css
<style>
a { background-color: #FB628D; }
a { background-color: rgb(251,98,141); }
div.DivClassName
{
background-color: #FB628D;
}
.BgClassName
{
background-color: #FB628D;
}
</style>
border-color css
<style>
span { border-color: #FB628D; }
span { border-color: rgb(251,98,141); }
td.TdClassName
{
border-color: #FB628D;
}
.TagClassName
{
border-color: #FB628D;
}
</style>