Shades of Brink Pink #FF6A90
Tints of Brink Pink #FF6A90
RGB
CMYK
RGB Variations
Color information
#FF6A90 (or 0xFF6A90) is known color: Brink Pink. HEX triplet: FF, 6A and 90. RGB value is (255,106,144). Sum of RGB (Red+Green+Blue) = 255+106+144=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 106 (41.80% from 255 or 20.99% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6A90 is #00956F. Grayscale: #9A9A9A. Windows color (decimal): -38256 or 9464575. OLE color: 9464575.
HSL color Cylindrical-coordinate representation of color #FF6A90: hue angle of 344.7º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6A90 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 144 | - |
| CMYK | 0 | 0.58 | 0.44 | 0 |
| HSL | 344.7º | 1% | 0.71% | - |
| HSV(B) | 344.7º | 0.58% | 1% | - |
| XYZ | 51.43 | 33.58 | 30.16 | - |
| YUV | 154.88 | 121.86 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 144 | 0 | 0.58 | 0.44 | 0 | 344.7 | 1 | 0.71 |
| Hex | FF | 6A | 90 | 0 | 3A | 2C | 0 | 159 | 64 | 47 |
| Octal | 377 | 152 | 220 | 0 | 72 | 54 | 0 | 531 | 144 | 107 |
| Binary | 11111111 | 1101010 | 10010000 | 0 | 111010 | 101100 | 0 | 101011001 | 1100100 | 1000111 |
Color Harmonies of #FF6A90
Complementary color
Monochromatic Colors of #FF6A90
Black with #FF6A90
Text Example
Text Example
White with #FF6A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6A90; }
p { color: rgb(255,106,144); }
H1.HeaderClassName
{
color: #FF6A90;
}
.AnyTagClassName
{
color: #FF6A90;
}
</style>
background-color css
<style>
a { background-color: #FF6A90; }
a { background-color: rgb(255,106,144); }
div.DivClassName
{
background-color: #FF6A90;
}
.BgClassName
{
background-color: #FF6A90;
}
</style>
border-color css
<style>
span { border-color: #FF6A90; }
span { border-color: rgb(255,106,144); }
td.TdClassName
{
border-color: #FF6A90;
}
.TagClassName
{
border-color: #FF6A90;
}
</style>