Shades of Brink Pink #FB5C8F
Tints of Brink Pink #FB5C8F
RGB
CMYK
RGB Variations
Color information
#FB5C8F (or 0xFB5C8F) is known color: Brink Pink. HEX triplet: FB, 5C and 8F. RGB value is (251,92,143). Sum of RGB (Red+Green+Blue) = 251+92+143=486 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.65% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5C8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5C8F is #04A370. Grayscale: #919191. Windows color (decimal): -303985 or 9395451. OLE color: 9395451.
HSL color Cylindrical-coordinate representation of color #FB5C8F: hue angle of 340.75º 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 #FB5C8F is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 92 | 143 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.02 |
| HSL | 340.75º | 0.95% | 0.67% | - |
| HSV(B) | 340.75º | 0.63% | 0.98% | - |
| XYZ | 48.57 | 30.15 | 29.25 | - |
| YUV | 145.36 | 126.68 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 92 | 143 | 0 | 0.63 | 0.43 | 0.02 | 340.75 | 0.95 | 0.67 |
| Hex | FB | 5C | 8F | 0 | 3F | 2B | 2 | 155 | 5F | 43 |
| Octal | 373 | 134 | 217 | 0 | 77 | 53 | 2 | 525 | 137 | 103 |
| Binary | 11111011 | 1011100 | 10001111 | 0 | 111111 | 101011 | 10 | 101010101 | 1011111 | 1000011 |
Color Harmonies of #FB5C8F
Complementary color
Monochromatic Colors of #FB5C8F
Black with #FB5C8F
Text Example
Text Example
White with #FB5C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5C8F; }
p { color: rgb(251,92,143); }
H1.HeaderClassName
{
color: #FB5C8F;
}
.AnyTagClassName
{
color: #FB5C8F;
}
</style>
background-color css
<style>
a { background-color: #FB5C8F; }
a { background-color: rgb(251,92,143); }
div.DivClassName
{
background-color: #FB5C8F;
}
.BgClassName
{
background-color: #FB5C8F;
}
</style>
border-color css
<style>
span { border-color: #FB5C8F; }
span { border-color: rgb(251,92,143); }
td.TdClassName
{
border-color: #FB5C8F;
}
.TagClassName
{
border-color: #FB5C8F;
}
</style>