Shades of Brink Pink #FF6490
Tints of Brink Pink #FF6490
RGB
CMYK
RGB Variations
Color information
#FF6490 (or 0xFF6490) is known color: Brink Pink. HEX triplet: FF, 64 and 90. RGB value is (255,100,144). Sum of RGB (Red+Green+Blue) = 255+100+144=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6490 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6490 is #009B6F. Grayscale: #979797. Windows color (decimal): -39792 or 9463039. OLE color: 9463039.
HSL color Cylindrical-coordinate representation of color #FF6490: hue angle of 342.97º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF6490 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 144 | - |
| CMYK | 0 | 0.61 | 0.44 | 0 |
| HSL | 342.97º | 1% | 0.7% | - |
| HSV(B) | 342.97º | 0.61% | 1% | - |
| XYZ | 50.83 | 32.39 | 29.96 | - |
| YUV | 151.36 | 123.85 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 144 | 0 | 0.61 | 0.44 | 0 | 342.97 | 1 | 0.7 |
| Hex | FF | 64 | 90 | 0 | 3D | 2C | 0 | 157 | 64 | 46 |
| Octal | 377 | 144 | 220 | 0 | 75 | 54 | 0 | 527 | 144 | 106 |
| Binary | 11111111 | 1100100 | 10010000 | 0 | 111101 | 101100 | 0 | 101010111 | 1100100 | 1000110 |
Color Harmonies of #FF6490
Complementary color
Monochromatic Colors of #FF6490
Black with #FF6490
Text Example
Text Example
White with #FF6490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6490; }
p { color: rgb(255,100,144); }
H1.HeaderClassName
{
color: #FF6490;
}
.AnyTagClassName
{
color: #FF6490;
}
</style>
background-color css
<style>
a { background-color: #FF6490; }
a { background-color: rgb(255,100,144); }
div.DivClassName
{
background-color: #FF6490;
}
.BgClassName
{
background-color: #FF6490;
}
</style>
border-color css
<style>
span { border-color: #FF6490; }
span { border-color: rgb(255,100,144); }
td.TdClassName
{
border-color: #FF6490;
}
.TagClassName
{
border-color: #FF6490;
}
</style>