Shades of Brink Pink #FB7581
Tints of Brink Pink #FB7581
RGB
CMYK
RGB Variations
Color information
#FB7581 (or 0xFB7581) is known color: Brink Pink. HEX triplet: FB, 75 and 81. RGB value is (251,117,129). Sum of RGB (Red+Green+Blue) = 251+117+129=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7581 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7581 is #048A7E. Grayscale: #9E9E9E. Windows color (decimal): -297599 or 8484347. OLE color: 8484347.
HSL color Cylindrical-coordinate representation of color #FB7581: hue angle of 354.63º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB7581 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 117 | 129 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.02 |
| HSL | 354.63º | 0.94% | 0.72% | - |
| HSV(B) | 354.63º | 0.53% | 0.98% | - |
| XYZ | 50.11 | 34.82 | 24.85 | - |
| YUV | 158.43 | 111.39 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 117 | 129 | 0 | 0.53 | 0.49 | 0.02 | 354.63 | 0.94 | 0.72 |
| Hex | FB | 75 | 81 | 0 | 35 | 31 | 2 | 163 | 5E | 48 |
| Octal | 373 | 165 | 201 | 0 | 65 | 61 | 2 | 543 | 136 | 110 |
| Binary | 11111011 | 1110101 | 10000001 | 0 | 110101 | 110001 | 10 | 101100011 | 1011110 | 1001000 |
Color Harmonies of #FB7581
Complementary color
Monochromatic Colors of #FB7581
Black with #FB7581
Text Example
Text Example
White with #FB7581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7581; }
p { color: rgb(251,117,129); }
H1.HeaderClassName
{
color: #FB7581;
}
.AnyTagClassName
{
color: #FB7581;
}
</style>
background-color css
<style>
a { background-color: #FB7581; }
a { background-color: rgb(251,117,129); }
div.DivClassName
{
background-color: #FB7581;
}
.BgClassName
{
background-color: #FB7581;
}
</style>
border-color css
<style>
span { border-color: #FB7581; }
span { border-color: rgb(251,117,129); }
td.TdClassName
{
border-color: #FB7581;
}
.TagClassName
{
border-color: #FB7581;
}
</style>