Shades of Brink Pink #FF6386
Tints of Brink Pink #FF6386
RGB
CMYK
RGB Variations
Color information
#FF6386 (or 0xFF6386) is known color: Brink Pink. HEX triplet: FF, 63 and 86. RGB value is (255,99,134). Sum of RGB (Red+Green+Blue) = 255+99+134=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6386 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6386 is #009C79. Grayscale: #959595. Windows color (decimal): -40058 or 8807423. OLE color: 8807423.
HSL color Cylindrical-coordinate representation of color #FF6386: hue angle of 346.54º 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 #FF6386 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 134 | - |
| CMYK | 0 | 0.61 | 0.47 | 0 |
| HSL | 346.54º | 1% | 0.69% | - |
| HSV(B) | 346.54º | 0.61% | 1% | - |
| XYZ | 50 | 31.9 | 26.08 | - |
| YUV | 149.63 | 119.18 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 134 | 0 | 0.61 | 0.47 | 0 | 346.54 | 1 | 0.69 |
| Hex | FF | 63 | 86 | 0 | 3D | 2F | 0 | 15B | 64 | 45 |
| Octal | 377 | 143 | 206 | 0 | 75 | 57 | 0 | 533 | 144 | 105 |
| Binary | 11111111 | 1100011 | 10000110 | 0 | 111101 | 101111 | 0 | 101011011 | 1100100 | 1000101 |
Color Harmonies of #FF6386
Complementary color
Monochromatic Colors of #FF6386
Black with #FF6386
Text Example
Text Example
White with #FF6386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6386; }
p { color: rgb(255,99,134); }
H1.HeaderClassName
{
color: #FF6386;
}
.AnyTagClassName
{
color: #FF6386;
}
</style>
background-color css
<style>
a { background-color: #FF6386; }
a { background-color: rgb(255,99,134); }
div.DivClassName
{
background-color: #FF6386;
}
.BgClassName
{
background-color: #FF6386;
}
</style>
border-color css
<style>
span { border-color: #FF6386; }
span { border-color: rgb(255,99,134); }
td.TdClassName
{
border-color: #FF6386;
}
.TagClassName
{
border-color: #FF6386;
}
</style>