Shades of Brink Pink #FF6C91
Tints of Brink Pink #FF6C91
RGB
CMYK
RGB Variations
Color information
#FF6C91 (or 0xFF6C91) is known color: Brink Pink. HEX triplet: FF, 6C and 91. RGB value is (255,108,145). Sum of RGB (Red+Green+Blue) = 255+108+145=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6C91 is #00936E. Grayscale: #9C9C9C. Windows color (decimal): -37743 or 9530623. OLE color: 9530623.
HSL color Cylindrical-coordinate representation of color #FF6C91: hue angle of 344.9º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6C91 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 145 | - |
| CMYK | 0 | 0.58 | 0.43 | 0 |
| HSL | 344.9º | 1% | 0.71% | - |
| HSV(B) | 344.9º | 0.58% | 1% | - |
| XYZ | 51.71 | 34.03 | 30.63 | - |
| YUV | 156.17 | 121.7 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 145 | 0 | 0.58 | 0.43 | 0 | 344.9 | 1 | 0.71 |
| Hex | FF | 6C | 91 | 0 | 3A | 2B | 0 | 159 | 64 | 47 |
| Octal | 377 | 154 | 221 | 0 | 72 | 53 | 0 | 531 | 144 | 107 |
| Binary | 11111111 | 1101100 | 10010001 | 0 | 111010 | 101011 | 0 | 101011001 | 1100100 | 1000111 |
Color Harmonies of #FF6C91
Complementary color
Monochromatic Colors of #FF6C91
Black with #FF6C91
Text Example
Text Example
White with #FF6C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6C91; }
p { color: rgb(255,108,145); }
H1.HeaderClassName
{
color: #FF6C91;
}
.AnyTagClassName
{
color: #FF6C91;
}
</style>
background-color css
<style>
a { background-color: #FF6C91; }
a { background-color: rgb(255,108,145); }
div.DivClassName
{
background-color: #FF6C91;
}
.BgClassName
{
background-color: #FF6C91;
}
</style>
border-color css
<style>
span { border-color: #FF6C91; }
span { border-color: rgb(255,108,145); }
td.TdClassName
{
border-color: #FF6C91;
}
.TagClassName
{
border-color: #FF6C91;
}
</style>