Shades of Brink Pink #FF6391
Tints of Brink Pink #FF6391
RGB
CMYK
RGB Variations
Color information
#FF6391 (or 0xFF6391) is known color: Brink Pink. HEX triplet: FF, 63 and 91. RGB value is (255,99,145). Sum of RGB (Red+Green+Blue) = 255+99+145=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 145 (57.03% from 255 or 29.06% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6391 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6391 is #009C6E. Grayscale: #969696. Windows color (decimal): -40047 or 9528319. OLE color: 9528319.
HSL color Cylindrical-coordinate representation of color #FF6391: hue angle of 342.31º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF6391 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 145 | - |
| CMYK | 0 | 0.61 | 0.43 | 0 |
| HSL | 342.31º | 1% | 0.69% | - |
| HSV(B) | 342.31º | 0.61% | 1% | - |
| XYZ | 50.81 | 32.23 | 30.33 | - |
| YUV | 150.89 | 124.68 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 145 | 0 | 0.61 | 0.43 | 0 | 342.31 | 1 | 0.69 |
| Hex | FF | 63 | 91 | 0 | 3D | 2B | 0 | 156 | 64 | 45 |
| Octal | 377 | 143 | 221 | 0 | 75 | 53 | 0 | 526 | 144 | 105 |
| Binary | 11111111 | 1100011 | 10010001 | 0 | 111101 | 101011 | 0 | 101010110 | 1100100 | 1000101 |
Color Harmonies of #FF6391
Complementary color
Monochromatic Colors of #FF6391
Black with #FF6391
Text Example
Text Example
White with #FF6391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6391; }
p { color: rgb(255,99,145); }
H1.HeaderClassName
{
color: #FF6391;
}
.AnyTagClassName
{
color: #FF6391;
}
</style>
background-color css
<style>
a { background-color: #FF6391; }
a { background-color: rgb(255,99,145); }
div.DivClassName
{
background-color: #FF6391;
}
.BgClassName
{
background-color: #FF6391;
}
</style>
border-color css
<style>
span { border-color: #FF6391; }
span { border-color: rgb(255,99,145); }
td.TdClassName
{
border-color: #FF6391;
}
.TagClassName
{
border-color: #FF6391;
}
</style>