Shades of Brink Pink #FB5D8F
Tints of Brink Pink #FB5D8F
RGB
CMYK
RGB Variations
Color information
#FB5D8F (or 0xFB5D8F) is known color: Brink Pink. HEX triplet: FB, 5D and 8F. RGB value is (251,93,143). Sum of RGB (Red+Green+Blue) = 251+93+143=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5D8F is #04A270. Grayscale: #919191. Windows color (decimal): -303729 or 9395707. OLE color: 9395707.
HSL color Cylindrical-coordinate representation of color #FB5D8F: hue angle of 341.01º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5D8F is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 143 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.02 |
| HSL | 341.01º | 0.95% | 0.67% | - |
| HSV(B) | 341.01º | 0.63% | 0.98% | - |
| XYZ | 48.66 | 30.32 | 29.27 | - |
| YUV | 145.94 | 126.35 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 143 | 0 | 0.63 | 0.43 | 0.02 | 341.01 | 0.95 | 0.67 |
| Hex | FB | 5D | 8F | 0 | 3F | 2B | 2 | 155 | 5F | 43 |
| Octal | 373 | 135 | 217 | 0 | 77 | 53 | 2 | 525 | 137 | 103 |
| Binary | 11111011 | 1011101 | 10001111 | 0 | 111111 | 101011 | 10 | 101010101 | 1011111 | 1000011 |
Color Harmonies of #FB5D8F
Complementary color
Monochromatic Colors of #FB5D8F
Black with #FB5D8F
Text Example
Text Example
White with #FB5D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5D8F; }
p { color: rgb(251,93,143); }
H1.HeaderClassName
{
color: #FB5D8F;
}
.AnyTagClassName
{
color: #FB5D8F;
}
</style>
background-color css
<style>
a { background-color: #FB5D8F; }
a { background-color: rgb(251,93,143); }
div.DivClassName
{
background-color: #FB5D8F;
}
.BgClassName
{
background-color: #FB5D8F;
}
</style>
border-color css
<style>
span { border-color: #FB5D8F; }
span { border-color: rgb(251,93,143); }
td.TdClassName
{
border-color: #FB5D8F;
}
.TagClassName
{
border-color: #FB5D8F;
}
</style>