Shades of Brink Pink #FF6F91
Tints of Brink Pink #FF6F91
RGB
CMYK
RGB Variations
Color information
#FF6F91 (or 0xFF6F91) is known color: Brink Pink. HEX triplet: FF, 6F and 91. RGB value is (255,111,145). Sum of RGB (Red+Green+Blue) = 255+111+145=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 145 (57.03% from 255 or 28.38% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6F91 is #00906E. Grayscale: #9D9D9D. Windows color (decimal): -36975 or 9531391. OLE color: 9531391.
HSL color Cylindrical-coordinate representation of color #FF6F91: hue angle of 345.83º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF6F91 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 145 | - |
| CMYK | 0 | 0.56 | 0.43 | 0 |
| HSL | 345.83º | 1% | 0.72% | - |
| HSV(B) | 345.83º | 0.56% | 1% | - |
| XYZ | 52.04 | 34.67 | 30.74 | - |
| YUV | 157.93 | 120.71 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 145 | 0 | 0.56 | 0.43 | 0 | 345.83 | 1 | 0.72 |
| Hex | FF | 6F | 91 | 0 | 38 | 2B | 0 | 15A | 64 | 48 |
| Octal | 377 | 157 | 221 | 0 | 70 | 53 | 0 | 532 | 144 | 110 |
| Binary | 11111111 | 1101111 | 10010001 | 0 | 111000 | 101011 | 0 | 101011010 | 1100100 | 1001000 |
Color Harmonies of #FF6F91
Complementary color
Monochromatic Colors of #FF6F91
Black with #FF6F91
Text Example
Text Example
White with #FF6F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6F91; }
p { color: rgb(255,111,145); }
H1.HeaderClassName
{
color: #FF6F91;
}
.AnyTagClassName
{
color: #FF6F91;
}
</style>
background-color css
<style>
a { background-color: #FF6F91; }
a { background-color: rgb(255,111,145); }
div.DivClassName
{
background-color: #FF6F91;
}
.BgClassName
{
background-color: #FF6F91;
}
</style>
border-color css
<style>
span { border-color: #FF6F91; }
span { border-color: rgb(255,111,145); }
td.TdClassName
{
border-color: #FF6F91;
}
.TagClassName
{
border-color: #FF6F91;
}
</style>