Shades of Brink Pink #FF6186
Tints of Brink Pink #FF6186
RGB
CMYK
RGB Variations
Color information
#FF6186 (or 0xFF6186) is known color: Brink Pink. HEX triplet: FF, 61 and 86. RGB value is (255,97,134). Sum of RGB (Red+Green+Blue) = 255+97+134=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 97 (38.28% from 255 or 19.96% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6186 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6186 is #009E79. Grayscale: #949494. Windows color (decimal): -40570 or 8806911. OLE color: 8806911.
HSL color Cylindrical-coordinate representation of color #FF6186: hue angle of 345.95º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF6186 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 134 | - |
| CMYK | 0 | 0.62 | 0.47 | 0 |
| HSL | 345.95º | 1% | 0.69% | - |
| HSV(B) | 345.95º | 0.62% | 1% | - |
| XYZ | 49.82 | 31.53 | 26.01 | - |
| YUV | 148.46 | 119.85 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 134 | 0 | 0.62 | 0.47 | 0 | 345.95 | 1 | 0.69 |
| Hex | FF | 61 | 86 | 0 | 3E | 2F | 0 | 15A | 64 | 45 |
| Octal | 377 | 141 | 206 | 0 | 76 | 57 | 0 | 532 | 144 | 105 |
| Binary | 11111111 | 1100001 | 10000110 | 0 | 111110 | 101111 | 0 | 101011010 | 1100100 | 1000101 |
Color Harmonies of #FF6186
Complementary color
Monochromatic Colors of #FF6186
Black with #FF6186
Text Example
Text Example
White with #FF6186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6186; }
p { color: rgb(255,97,134); }
H1.HeaderClassName
{
color: #FF6186;
}
.AnyTagClassName
{
color: #FF6186;
}
</style>
background-color css
<style>
a { background-color: #FF6186; }
a { background-color: rgb(255,97,134); }
div.DivClassName
{
background-color: #FF6186;
}
.BgClassName
{
background-color: #FF6186;
}
</style>
border-color css
<style>
span { border-color: #FF6186; }
span { border-color: rgb(255,97,134); }
td.TdClassName
{
border-color: #FF6186;
}
.TagClassName
{
border-color: #FF6186;
}
</style>