Shades of Brink Pink #FF6591
Tints of Brink Pink #FF6591
RGB
CMYK
RGB Variations
Color information
#FF6591 (or 0xFF6591) is known color: Brink Pink. HEX triplet: FF, 65 and 91. RGB value is (255,101,145). Sum of RGB (Red+Green+Blue) = 255+101+145=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 145 (57.03% from 255 or 28.94% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6591 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6591 is #009A6E. Grayscale: #989898. Windows color (decimal): -39535 or 9528831. OLE color: 9528831.
HSL color Cylindrical-coordinate representation of color #FF6591: hue angle of 342.86º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF6591 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 145 | - |
| CMYK | 0 | 0.60 | 0.43 | 0 |
| HSL | 342.86º | 1% | 0.7% | - |
| HSV(B) | 342.86º | 0.6% | 1% | - |
| XYZ | 51 | 32.61 | 30.39 | - |
| YUV | 152.06 | 124.02 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 145 | 0 | 0.60 | 0.43 | 0 | 342.86 | 1 | 0.7 |
| Hex | FF | 65 | 91 | 0 | 3C | 2B | 0 | 157 | 64 | 46 |
| Octal | 377 | 145 | 221 | 0 | 74 | 53 | 0 | 527 | 144 | 106 |
| Binary | 11111111 | 1100101 | 10010001 | 0 | 111100 | 101011 | 0 | 101010111 | 1100100 | 1000110 |
Color Harmonies of #FF6591
Complementary color
Monochromatic Colors of #FF6591
Black with #FF6591
Text Example
Text Example
White with #FF6591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6591; }
p { color: rgb(255,101,145); }
H1.HeaderClassName
{
color: #FF6591;
}
.AnyTagClassName
{
color: #FF6591;
}
</style>
background-color css
<style>
a { background-color: #FF6591; }
a { background-color: rgb(255,101,145); }
div.DivClassName
{
background-color: #FF6591;
}
.BgClassName
{
background-color: #FF6591;
}
</style>
border-color css
<style>
span { border-color: #FF6591; }
span { border-color: rgb(255,101,145); }
td.TdClassName
{
border-color: #FF6591;
}
.TagClassName
{
border-color: #FF6591;
}
</style>