Shades of Brink Pink #FB6590
Tints of Brink Pink #FB6590
RGB
CMYK
RGB Variations
Color information
#FB6590 (or 0xFB6590) is known color: Brink Pink. HEX triplet: FB, 65 and 90. RGB value is (251,101,144). Sum of RGB (Red+Green+Blue) = 251+101+144=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6590 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6590 is #049A6F. Grayscale: #969696. Windows color (decimal): -301680 or 9463291. OLE color: 9463291.
HSL color Cylindrical-coordinate representation of color #FB6590: hue angle of 342.8º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB6590 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 144 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.02 |
| HSL | 342.8º | 0.95% | 0.69% | - |
| HSV(B) | 342.8º | 0.6% | 0.98% | - |
| XYZ | 49.47 | 31.83 | 29.92 | - |
| YUV | 150.75 | 124.2 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 144 | 0 | 0.60 | 0.43 | 0.02 | 342.8 | 0.95 | 0.69 |
| Hex | FB | 65 | 90 | 0 | 3C | 2B | 2 | 157 | 5F | 45 |
| Octal | 373 | 145 | 220 | 0 | 74 | 53 | 2 | 527 | 137 | 105 |
| Binary | 11111011 | 1100101 | 10010000 | 0 | 111100 | 101011 | 10 | 101010111 | 1011111 | 1000101 |
Color Harmonies of #FB6590
Complementary color
Monochromatic Colors of #FB6590
Black with #FB6590
Text Example
Text Example
White with #FB6590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6590; }
p { color: rgb(251,101,144); }
H1.HeaderClassName
{
color: #FB6590;
}
.AnyTagClassName
{
color: #FB6590;
}
</style>
background-color css
<style>
a { background-color: #FB6590; }
a { background-color: rgb(251,101,144); }
div.DivClassName
{
background-color: #FB6590;
}
.BgClassName
{
background-color: #FB6590;
}
</style>
border-color css
<style>
span { border-color: #FB6590; }
span { border-color: rgb(251,101,144); }
td.TdClassName
{
border-color: #FB6590;
}
.TagClassName
{
border-color: #FB6590;
}
</style>