Shades of Brink Pink #FF6684
Tints of Brink Pink #FF6684
RGB
CMYK
RGB Variations
Color information
#FF6684 (or 0xFF6684) is known color: Brink Pink. HEX triplet: FF, 66 and 84. RGB value is (255,102,132). Sum of RGB (Red+Green+Blue) = 255+102+132=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6684 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6684 is #00997B. Grayscale: #979797. Windows color (decimal): -39292 or 8677119. OLE color: 8677119.
HSL color Cylindrical-coordinate representation of color #FF6684: hue angle of 348.24º 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 #FF6684 is Cyan = 0, Magento = 0.6, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 132 | - |
| CMYK | 0 | 0.6 | 0.48 | 0 |
| HSL | 348.24º | 1% | 0.7% | - |
| HSV(B) | 348.24º | 0.6% | 1% | - |
| XYZ | 50.16 | 32.43 | 25.45 | - |
| YUV | 151.17 | 117.19 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 132 | 0 | 0.6 | 0.48 | 0 | 348.24 | 1 | 0.7 |
| Hex | FF | 66 | 84 | 0 | 3C | 30 | 0 | 15C | 64 | 46 |
| Octal | 377 | 146 | 204 | 0 | 74 | 60 | 0 | 534 | 144 | 106 |
| Binary | 11111111 | 1100110 | 10000100 | 0 | 111100 | 110000 | 0 | 101011100 | 1100100 | 1000110 |
Color Harmonies of #FF6684
Complementary color
Monochromatic Colors of #FF6684
Black with #FF6684
Text Example
Text Example
White with #FF6684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6684; }
p { color: rgb(255,102,132); }
H1.HeaderClassName
{
color: #FF6684;
}
.AnyTagClassName
{
color: #FF6684;
}
</style>
background-color css
<style>
a { background-color: #FF6684; }
a { background-color: rgb(255,102,132); }
div.DivClassName
{
background-color: #FF6684;
}
.BgClassName
{
background-color: #FF6684;
}
</style>
border-color css
<style>
span { border-color: #FF6684; }
span { border-color: rgb(255,102,132); }
td.TdClassName
{
border-color: #FF6684;
}
.TagClassName
{
border-color: #FF6684;
}
</style>