Shades of Brink Pink #FB6288
Tints of Brink Pink #FB6288
RGB
CMYK
RGB Variations
Color information
#FB6288 (or 0xFB6288) is known color: Brink Pink. HEX triplet: FB, 62 and 88. RGB value is (251,98,136). Sum of RGB (Red+Green+Blue) = 251+98+136=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6288 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6288 is #049D77. Grayscale: #949494. Windows color (decimal): -302456 or 8938235. OLE color: 8938235.
HSL color Cylindrical-coordinate representation of color #FB6288: hue angle of 345.1º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FB6288 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 98 | 136 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.02 |
| HSL | 345.1º | 0.95% | 0.68% | - |
| HSV(B) | 345.1º | 0.61% | 0.98% | - |
| XYZ | 48.6 | 31.02 | 26.72 | - |
| YUV | 148.08 | 121.19 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 98 | 136 | 0 | 0.61 | 0.46 | 0.02 | 345.1 | 0.95 | 0.68 |
| Hex | FB | 62 | 88 | 0 | 3D | 2E | 2 | 159 | 5F | 44 |
| Octal | 373 | 142 | 210 | 0 | 75 | 56 | 2 | 531 | 137 | 104 |
| Binary | 11111011 | 1100010 | 10001000 | 0 | 111101 | 101110 | 10 | 101011001 | 1011111 | 1000100 |
Color Harmonies of #FB6288
Complementary color
Monochromatic Colors of #FB6288
Black with #FB6288
Text Example
Text Example
White with #FB6288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6288; }
p { color: rgb(251,98,136); }
H1.HeaderClassName
{
color: #FB6288;
}
.AnyTagClassName
{
color: #FB6288;
}
</style>
background-color css
<style>
a { background-color: #FB6288; }
a { background-color: rgb(251,98,136); }
div.DivClassName
{
background-color: #FB6288;
}
.BgClassName
{
background-color: #FB6288;
}
</style>
border-color css
<style>
span { border-color: #FB6288; }
span { border-color: rgb(251,98,136); }
td.TdClassName
{
border-color: #FB6288;
}
.TagClassName
{
border-color: #FB6288;
}
</style>