Shades of Brink Pink #FB5D81
Tints of Brink Pink #FB5D81
RGB
CMYK
RGB Variations
Color information
#FB5D81 (or 0xFB5D81) is known color: Brink Pink. HEX triplet: FB, 5D and 81. RGB value is (251,93,129). Sum of RGB (Red+Green+Blue) = 251+93+129=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5D81 is #04A27E. Grayscale: #909090. Windows color (decimal): -303743 or 8478203. OLE color: 8478203.
HSL color Cylindrical-coordinate representation of color #FB5D81: hue angle of 346.33º 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 #FB5D81 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 129 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.02 |
| HSL | 346.33º | 0.95% | 0.67% | - |
| HSV(B) | 346.33º | 0.63% | 0.98% | - |
| XYZ | 47.66 | 29.92 | 24.03 | - |
| YUV | 144.35 | 119.35 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 129 | 0 | 0.63 | 0.49 | 0.02 | 346.33 | 0.95 | 0.67 |
| Hex | FB | 5D | 81 | 0 | 3F | 31 | 2 | 15A | 5F | 43 |
| Octal | 373 | 135 | 201 | 0 | 77 | 61 | 2 | 532 | 137 | 103 |
| Binary | 11111011 | 1011101 | 10000001 | 0 | 111111 | 110001 | 10 | 101011010 | 1011111 | 1000011 |
Color Harmonies of #FB5D81
Complementary color
Monochromatic Colors of #FB5D81
Black with #FB5D81
Text Example
Text Example
White with #FB5D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5D81; }
p { color: rgb(251,93,129); }
H1.HeaderClassName
{
color: #FB5D81;
}
.AnyTagClassName
{
color: #FB5D81;
}
</style>
background-color css
<style>
a { background-color: #FB5D81; }
a { background-color: rgb(251,93,129); }
div.DivClassName
{
background-color: #FB5D81;
}
.BgClassName
{
background-color: #FB5D81;
}
</style>
border-color css
<style>
span { border-color: #FB5D81; }
span { border-color: rgb(251,93,129); }
td.TdClassName
{
border-color: #FB5D81;
}
.TagClassName
{
border-color: #FB5D81;
}
</style>