Shades of Brink Pink #FF6895
Tints of Brink Pink #FF6895
RGB
CMYK
RGB Variations
Color information
#FF6895 (or 0xFF6895) is known color: Brink Pink. HEX triplet: FF, 68 and 95. RGB value is (255,104,149). Sum of RGB (Red+Green+Blue) = 255+104+149=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 104 (41.02% from 255 or 20.47% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6895 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6895 is #00976A. Grayscale: #9A9A9A. Windows color (decimal): -38763 or 9791743. OLE color: 9791743.
HSL color Cylindrical-coordinate representation of color #FF6895: hue angle of 342.12º 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 #FF6895 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 149 | - |
| CMYK | 0 | 0.59 | 0.42 | 0 |
| HSL | 342.12º | 1% | 0.7% | - |
| HSV(B) | 342.12º | 0.59% | 1% | - |
| XYZ | 51.62 | 33.33 | 32.15 | - |
| YUV | 154.28 | 125.03 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 149 | 0 | 0.59 | 0.42 | 0 | 342.12 | 1 | 0.7 |
| Hex | FF | 68 | 95 | 0 | 3B | 2A | 0 | 156 | 64 | 46 |
| Octal | 377 | 150 | 225 | 0 | 73 | 52 | 0 | 526 | 144 | 106 |
| Binary | 11111111 | 1101000 | 10010101 | 0 | 111011 | 101010 | 0 | 101010110 | 1100100 | 1000110 |
Color Harmonies of #FF6895
Complementary color
Monochromatic Colors of #FF6895
Black with #FF6895
Text Example
Text Example
White with #FF6895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6895; }
p { color: rgb(255,104,149); }
H1.HeaderClassName
{
color: #FF6895;
}
.AnyTagClassName
{
color: #FF6895;
}
</style>
background-color css
<style>
a { background-color: #FF6895; }
a { background-color: rgb(255,104,149); }
div.DivClassName
{
background-color: #FF6895;
}
.BgClassName
{
background-color: #FF6895;
}
</style>
border-color css
<style>
span { border-color: #FF6895; }
span { border-color: rgb(255,104,149); }
td.TdClassName
{
border-color: #FF6895;
}
.TagClassName
{
border-color: #FF6895;
}
</style>