Shades of Brink Pink #FB5E7C
Tints of Brink Pink #FB5E7C
RGB
CMYK
RGB Variations
Color information
#FB5E7C (or 0xFB5E7C) is known color: Brink Pink. HEX triplet: FB, 5E and 7C. RGB value is (251,94,124). Sum of RGB (Red+Green+Blue) = 251+94+124=469 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.52% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5E7C is #04A183. Grayscale: #909090. Windows color (decimal): -303492 or 8150779. OLE color: 8150779.
HSL color Cylindrical-coordinate representation of color #FB5E7C: hue angle of 348.54º 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 #FB5E7C is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 124 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.02 |
| HSL | 348.54º | 0.95% | 0.68% | - |
| HSV(B) | 348.54º | 0.63% | 0.98% | - |
| XYZ | 47.42 | 29.97 | 22.35 | - |
| YUV | 144.36 | 116.51 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 124 | 0 | 0.63 | 0.51 | 0.02 | 348.54 | 0.95 | 0.68 |
| Hex | FB | 5E | 7C | 0 | 3F | 33 | 2 | 15D | 5F | 44 |
| Octal | 373 | 136 | 174 | 0 | 77 | 63 | 2 | 535 | 137 | 104 |
| Binary | 11111011 | 1011110 | 1111100 | 0 | 111111 | 110011 | 10 | 101011101 | 1011111 | 1000100 |
Color Harmonies of #FB5E7C
Complementary color
Monochromatic Colors of #FB5E7C
Black with #FB5E7C
Text Example
Text Example
White with #FB5E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5E7C; }
p { color: rgb(251,94,124); }
H1.HeaderClassName
{
color: #FB5E7C;
}
.AnyTagClassName
{
color: #FB5E7C;
}
</style>
background-color css
<style>
a { background-color: #FB5E7C; }
a { background-color: rgb(251,94,124); }
div.DivClassName
{
background-color: #FB5E7C;
}
.BgClassName
{
background-color: #FB5E7C;
}
</style>
border-color css
<style>
span { border-color: #FB5E7C; }
span { border-color: rgb(251,94,124); }
td.TdClassName
{
border-color: #FB5E7C;
}
.TagClassName
{
border-color: #FB5E7C;
}
</style>