Shades of Brink Pink #FF6290
Tints of Brink Pink #FF6290
RGB
CMYK
RGB Variations
Color information
#FF6290 (or 0xFF6290) is known color: Brink Pink. HEX triplet: FF, 62 and 90. RGB value is (255,98,144). Sum of RGB (Red+Green+Blue) = 255+98+144=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 98 (38.67% from 255 or 19.72% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6290 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6290 is #009D6F. Grayscale: #969696. Windows color (decimal): -40304 or 9462527. OLE color: 9462527.
HSL color Cylindrical-coordinate representation of color #FF6290: hue angle of 342.42º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF6290 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 144 | - |
| CMYK | 0 | 0.62 | 0.44 | 0 |
| HSL | 342.42º | 1% | 0.69% | - |
| HSV(B) | 342.42º | 0.62% | 1% | - |
| XYZ | 50.64 | 32.01 | 29.89 | - |
| YUV | 150.19 | 124.51 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 144 | 0 | 0.62 | 0.44 | 0 | 342.42 | 1 | 0.69 |
| Hex | FF | 62 | 90 | 0 | 3E | 2C | 0 | 156 | 64 | 45 |
| Octal | 377 | 142 | 220 | 0 | 76 | 54 | 0 | 526 | 144 | 105 |
| Binary | 11111111 | 1100010 | 10010000 | 0 | 111110 | 101100 | 0 | 101010110 | 1100100 | 1000101 |
Color Harmonies of #FF6290
Complementary color
Monochromatic Colors of #FF6290
Black with #FF6290
Text Example
Text Example
White with #FF6290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6290; }
p { color: rgb(255,98,144); }
H1.HeaderClassName
{
color: #FF6290;
}
.AnyTagClassName
{
color: #FF6290;
}
</style>
background-color css
<style>
a { background-color: #FF6290; }
a { background-color: rgb(255,98,144); }
div.DivClassName
{
background-color: #FF6290;
}
.BgClassName
{
background-color: #FF6290;
}
</style>
border-color css
<style>
span { border-color: #FF6290; }
span { border-color: rgb(255,98,144); }
td.TdClassName
{
border-color: #FF6290;
}
.TagClassName
{
border-color: #FF6290;
}
</style>