Shades of Brink Pink #FB5E7E
Tints of Brink Pink #FB5E7E
RGB
CMYK
RGB Variations
Color information
#FB5E7E (or 0xFB5E7E) is known color: Brink Pink. HEX triplet: FB, 5E and 7E. RGB value is (251,94,126). Sum of RGB (Red+Green+Blue) = 251+94+126=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 94 (37.11% from 255 or 19.96% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5E7E is #04A181. Grayscale: #909090. Windows color (decimal): -303490 or 8281851. OLE color: 8281851.
HSL color Cylindrical-coordinate representation of color #FB5E7E: hue angle of 347.77º 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 #FB5E7E is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 126 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.02 |
| HSL | 347.77º | 0.95% | 0.68% | - |
| HSV(B) | 347.77º | 0.63% | 0.98% | - |
| XYZ | 47.55 | 30.02 | 23.03 | - |
| YUV | 144.59 | 117.51 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 126 | 0 | 0.63 | 0.50 | 0.02 | 347.77 | 0.95 | 0.68 |
| Hex | FB | 5E | 7E | 0 | 3F | 32 | 2 | 15C | 5F | 44 |
| Octal | 373 | 136 | 176 | 0 | 77 | 62 | 2 | 534 | 137 | 104 |
| Binary | 11111011 | 1011110 | 1111110 | 0 | 111111 | 110010 | 10 | 101011100 | 1011111 | 1000100 |
Color Harmonies of #FB5E7E
Complementary color
Monochromatic Colors of #FB5E7E
Black with #FB5E7E
Text Example
Text Example
White with #FB5E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5E7E; }
p { color: rgb(251,94,126); }
H1.HeaderClassName
{
color: #FB5E7E;
}
.AnyTagClassName
{
color: #FB5E7E;
}
</style>
background-color css
<style>
a { background-color: #FB5E7E; }
a { background-color: rgb(251,94,126); }
div.DivClassName
{
background-color: #FB5E7E;
}
.BgClassName
{
background-color: #FB5E7E;
}
</style>
border-color css
<style>
span { border-color: #FB5E7E; }
span { border-color: rgb(251,94,126); }
td.TdClassName
{
border-color: #FB5E7E;
}
.TagClassName
{
border-color: #FB5E7E;
}
</style>