Shades of Brink Pink #FB5E81
Tints of Brink Pink #FB5E81
RGB
CMYK
RGB Variations
Color information
#FB5E81 (or 0xFB5E81) is known color: Brink Pink. HEX triplet: FB, 5E and 81. RGB value is (251,94,129). Sum of RGB (Red+Green+Blue) = 251+94+129=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 94 (37.11% from 255 or 19.83% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5E81 is #04A17E. Grayscale: #909090. Windows color (decimal): -303487 or 8478459. OLE color: 8478459.
HSL color Cylindrical-coordinate representation of color #FB5E81: hue angle of 346.62º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5E81 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 129 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.02 |
| HSL | 346.62º | 0.95% | 0.68% | - |
| HSV(B) | 346.62º | 0.63% | 0.98% | - |
| XYZ | 47.75 | 30.1 | 24.06 | - |
| YUV | 144.93 | 119.01 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 129 | 0 | 0.63 | 0.49 | 0.02 | 346.62 | 0.95 | 0.68 |
| Hex | FB | 5E | 81 | 0 | 3F | 31 | 2 | 15B | 5F | 44 |
| Octal | 373 | 136 | 201 | 0 | 77 | 61 | 2 | 533 | 137 | 104 |
| Binary | 11111011 | 1011110 | 10000001 | 0 | 111111 | 110001 | 10 | 101011011 | 1011111 | 1000100 |
Color Harmonies of #FB5E81
Complementary color
Monochromatic Colors of #FB5E81
Black with #FB5E81
Text Example
Text Example
White with #FB5E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5E81; }
p { color: rgb(251,94,129); }
H1.HeaderClassName
{
color: #FB5E81;
}
.AnyTagClassName
{
color: #FB5E81;
}
</style>
background-color css
<style>
a { background-color: #FB5E81; }
a { background-color: rgb(251,94,129); }
div.DivClassName
{
background-color: #FB5E81;
}
.BgClassName
{
background-color: #FB5E81;
}
</style>
border-color css
<style>
span { border-color: #FB5E81; }
span { border-color: rgb(251,94,129); }
td.TdClassName
{
border-color: #FB5E81;
}
.TagClassName
{
border-color: #FB5E81;
}
</style>