Shades of Brink Pink #FF6890
Tints of Brink Pink #FF6890
RGB
CMYK
RGB Variations
Color information
#FF6890 (or 0xFF6890) is known color: Brink Pink. HEX triplet: FF, 68 and 90. RGB value is (255,104,144). Sum of RGB (Red+Green+Blue) = 255+104+144=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6890 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6890 is #00976F. Grayscale: #999999. Windows color (decimal): -38768 or 9464063. OLE color: 9464063.
HSL color Cylindrical-coordinate representation of color #FF6890: hue angle of 344.11º 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 #FF6890 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 144 | - |
| CMYK | 0 | 0.59 | 0.44 | 0 |
| HSL | 344.11º | 1% | 0.7% | - |
| HSV(B) | 344.11º | 0.59% | 1% | - |
| XYZ | 51.22 | 33.17 | 30.09 | - |
| YUV | 153.71 | 122.53 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 144 | 0 | 0.59 | 0.44 | 0 | 344.11 | 1 | 0.7 |
| Hex | FF | 68 | 90 | 0 | 3B | 2C | 0 | 158 | 64 | 46 |
| Octal | 377 | 150 | 220 | 0 | 73 | 54 | 0 | 530 | 144 | 106 |
| Binary | 11111111 | 1101000 | 10010000 | 0 | 111011 | 101100 | 0 | 101011000 | 1100100 | 1000110 |
Color Harmonies of #FF6890
Complementary color
Monochromatic Colors of #FF6890
Black with #FF6890
Text Example
Text Example
White with #FF6890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6890; }
p { color: rgb(255,104,144); }
H1.HeaderClassName
{
color: #FF6890;
}
.AnyTagClassName
{
color: #FF6890;
}
</style>
background-color css
<style>
a { background-color: #FF6890; }
a { background-color: rgb(255,104,144); }
div.DivClassName
{
background-color: #FF6890;
}
.BgClassName
{
background-color: #FF6890;
}
</style>
border-color css
<style>
span { border-color: #FF6890; }
span { border-color: rgb(255,104,144); }
td.TdClassName
{
border-color: #FF6890;
}
.TagClassName
{
border-color: #FF6890;
}
</style>