Shades of Brink Pink #FF6884
Tints of Brink Pink #FF6884
RGB
CMYK
RGB Variations
Color information
#FF6884 (or 0xFF6884) is known color: Brink Pink. HEX triplet: FF, 68 and 84. RGB value is (255,104,132). Sum of RGB (Red+Green+Blue) = 255+104+132=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6884 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6884 is #00977B. Grayscale: #989898. Windows color (decimal): -38780 or 8677631. OLE color: 8677631.
HSL color Cylindrical-coordinate representation of color #FF6884: hue angle of 348.87º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF6884 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 132 | - |
| CMYK | 0 | 0.59 | 0.48 | 0 |
| HSL | 348.87º | 1% | 0.7% | - |
| HSV(B) | 348.87º | 0.59% | 1% | - |
| XYZ | 50.36 | 32.83 | 25.51 | - |
| YUV | 152.34 | 116.53 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 132 | 0 | 0.59 | 0.48 | 0 | 348.87 | 1 | 0.7 |
| Hex | FF | 68 | 84 | 0 | 3B | 30 | 0 | 15D | 64 | 46 |
| Octal | 377 | 150 | 204 | 0 | 73 | 60 | 0 | 535 | 144 | 106 |
| Binary | 11111111 | 1101000 | 10000100 | 0 | 111011 | 110000 | 0 | 101011101 | 1100100 | 1000110 |
Color Harmonies of #FF6884
Complementary color
Monochromatic Colors of #FF6884
Black with #FF6884
Text Example
Text Example
White with #FF6884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6884; }
p { color: rgb(255,104,132); }
H1.HeaderClassName
{
color: #FF6884;
}
.AnyTagClassName
{
color: #FF6884;
}
</style>
background-color css
<style>
a { background-color: #FF6884; }
a { background-color: rgb(255,104,132); }
div.DivClassName
{
background-color: #FF6884;
}
.BgClassName
{
background-color: #FF6884;
}
</style>
border-color css
<style>
span { border-color: #FF6884; }
span { border-color: rgb(255,104,132); }
td.TdClassName
{
border-color: #FF6884;
}
.TagClassName
{
border-color: #FF6884;
}
</style>