Shades of Brink Pink #FF6784
Tints of Brink Pink #FF6784
RGB
CMYK
RGB Variations
Color information
#FF6784 (or 0xFF6784) is known color: Brink Pink. HEX triplet: FF, 67 and 84. RGB value is (255,103,132). Sum of RGB (Red+Green+Blue) = 255+103+132=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6784 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6784 is #00987B. Grayscale: #979797. Windows color (decimal): -39036 or 8677375. OLE color: 8677375.
HSL color Cylindrical-coordinate representation of color #FF6784: hue angle of 348.55º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF6784 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 132 | - |
| CMYK | 0 | 0.60 | 0.48 | 0 |
| HSL | 348.55º | 1% | 0.7% | - |
| HSV(B) | 348.55º | 0.6% | 1% | - |
| XYZ | 50.26 | 32.63 | 25.48 | - |
| YUV | 151.75 | 116.86 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 132 | 0 | 0.60 | 0.48 | 0 | 348.55 | 1 | 0.7 |
| Hex | FF | 67 | 84 | 0 | 3C | 30 | 0 | 15D | 64 | 46 |
| Octal | 377 | 147 | 204 | 0 | 74 | 60 | 0 | 535 | 144 | 106 |
| Binary | 11111111 | 1100111 | 10000100 | 0 | 111100 | 110000 | 0 | 101011101 | 1100100 | 1000110 |
Color Harmonies of #FF6784
Complementary color
Monochromatic Colors of #FF6784
Black with #FF6784
Text Example
Text Example
White with #FF6784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6784; }
p { color: rgb(255,103,132); }
H1.HeaderClassName
{
color: #FF6784;
}
.AnyTagClassName
{
color: #FF6784;
}
</style>
background-color css
<style>
a { background-color: #FF6784; }
a { background-color: rgb(255,103,132); }
div.DivClassName
{
background-color: #FF6784;
}
.BgClassName
{
background-color: #FF6784;
}
</style>
border-color css
<style>
span { border-color: #FF6784; }
span { border-color: rgb(255,103,132); }
td.TdClassName
{
border-color: #FF6784;
}
.TagClassName
{
border-color: #FF6784;
}
</style>