Shades of Brink Pink #FB5D80
Tints of Brink Pink #FB5D80
RGB
CMYK
RGB Variations
Color information
#FB5D80 (or 0xFB5D80) is known color: Brink Pink. HEX triplet: FB, 5D and 80. RGB value is (251,93,128). Sum of RGB (Red+Green+Blue) = 251+93+128=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 93 (36.72% from 255 or 19.70% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5D80 is #04A27F. Grayscale: #909090. Windows color (decimal): -303744 or 8412667. OLE color: 8412667.
HSL color Cylindrical-coordinate representation of color #FB5D80: hue angle of 346.71º 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 #FB5D80 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 128 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.02 |
| HSL | 346.71º | 0.95% | 0.67% | - |
| HSV(B) | 346.71º | 0.63% | 0.98% | - |
| XYZ | 47.59 | 29.9 | 23.68 | - |
| YUV | 144.23 | 118.85 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 128 | 0 | 0.63 | 0.49 | 0.02 | 346.71 | 0.95 | 0.67 |
| Hex | FB | 5D | 80 | 0 | 3F | 31 | 2 | 15B | 5F | 43 |
| Octal | 373 | 135 | 200 | 0 | 77 | 61 | 2 | 533 | 137 | 103 |
| Binary | 11111011 | 1011101 | 10000000 | 0 | 111111 | 110001 | 10 | 101011011 | 1011111 | 1000011 |
Color Harmonies of #FB5D80
Complementary color
Monochromatic Colors of #FB5D80
Black with #FB5D80
Text Example
Text Example
White with #FB5D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5D80; }
p { color: rgb(251,93,128); }
H1.HeaderClassName
{
color: #FB5D80;
}
.AnyTagClassName
{
color: #FB5D80;
}
</style>
background-color css
<style>
a { background-color: #FB5D80; }
a { background-color: rgb(251,93,128); }
div.DivClassName
{
background-color: #FB5D80;
}
.BgClassName
{
background-color: #FB5D80;
}
</style>
border-color css
<style>
span { border-color: #FB5D80; }
span { border-color: rgb(251,93,128); }
td.TdClassName
{
border-color: #FB5D80;
}
.TagClassName
{
border-color: #FB5D80;
}
</style>