Shades of Brink Pink #FB5C8C
Tints of Brink Pink #FB5C8C
RGB
CMYK
RGB Variations
Color information
#FB5C8C (or 0xFB5C8C) is known color: Brink Pink. HEX triplet: FB, 5C and 8C. RGB value is (251,92,140). Sum of RGB (Red+Green+Blue) = 251+92+140=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5C8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5C8C is #04A373. Grayscale: #909090. Windows color (decimal): -303988 or 9198843. OLE color: 9198843.
HSL color Cylindrical-coordinate representation of color #FB5C8C: hue angle of 341.89º 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 #FB5C8C is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 92 | 140 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.02 |
| HSL | 341.89º | 0.95% | 0.67% | - |
| HSV(B) | 341.89º | 0.63% | 0.98% | - |
| XYZ | 48.34 | 30.06 | 28.06 | - |
| YUV | 145.01 | 125.18 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 92 | 140 | 0 | 0.63 | 0.44 | 0.02 | 341.89 | 0.95 | 0.67 |
| Hex | FB | 5C | 8C | 0 | 3F | 2C | 2 | 156 | 5F | 43 |
| Octal | 373 | 134 | 214 | 0 | 77 | 54 | 2 | 526 | 137 | 103 |
| Binary | 11111011 | 1011100 | 10001100 | 0 | 111111 | 101100 | 10 | 101010110 | 1011111 | 1000011 |
Color Harmonies of #FB5C8C
Complementary color
Monochromatic Colors of #FB5C8C
Black with #FB5C8C
Text Example
Text Example
White with #FB5C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5C8C; }
p { color: rgb(251,92,140); }
H1.HeaderClassName
{
color: #FB5C8C;
}
.AnyTagClassName
{
color: #FB5C8C;
}
</style>
background-color css
<style>
a { background-color: #FB5C8C; }
a { background-color: rgb(251,92,140); }
div.DivClassName
{
background-color: #FB5C8C;
}
.BgClassName
{
background-color: #FB5C8C;
}
</style>
border-color css
<style>
span { border-color: #FB5C8C; }
span { border-color: rgb(251,92,140); }
td.TdClassName
{
border-color: #FB5C8C;
}
.TagClassName
{
border-color: #FB5C8C;
}
</style>