Shades of Brink Pink #FF6190
Tints of Brink Pink #FF6190
RGB
CMYK
RGB Variations
Color information
#FF6190 (or 0xFF6190) is known color: Brink Pink. HEX triplet: FF, 61 and 90. RGB value is (255,97,144). Sum of RGB (Red+Green+Blue) = 255+97+144=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 97 (38.28% from 255 or 19.56% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6190 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6190 is #009E6F. Grayscale: #959595. Windows color (decimal): -40560 or 9462271. OLE color: 9462271.
HSL color Cylindrical-coordinate representation of color #FF6190: hue angle of 342.15º 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 #FF6190 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 144 | - |
| CMYK | 0 | 0.62 | 0.44 | 0 |
| HSL | 342.15º | 1% | 0.69% | - |
| HSV(B) | 342.15º | 0.62% | 1% | - |
| XYZ | 50.55 | 31.82 | 29.86 | - |
| YUV | 149.6 | 124.85 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 144 | 0 | 0.62 | 0.44 | 0 | 342.15 | 1 | 0.69 |
| Hex | FF | 61 | 90 | 0 | 3E | 2C | 0 | 156 | 64 | 45 |
| Octal | 377 | 141 | 220 | 0 | 76 | 54 | 0 | 526 | 144 | 105 |
| Binary | 11111111 | 1100001 | 10010000 | 0 | 111110 | 101100 | 0 | 101010110 | 1100100 | 1000101 |
Color Harmonies of #FF6190
Complementary color
Monochromatic Colors of #FF6190
Black with #FF6190
Text Example
Text Example
White with #FF6190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6190; }
p { color: rgb(255,97,144); }
H1.HeaderClassName
{
color: #FF6190;
}
.AnyTagClassName
{
color: #FF6190;
}
</style>
background-color css
<style>
a { background-color: #FF6190; }
a { background-color: rgb(255,97,144); }
div.DivClassName
{
background-color: #FF6190;
}
.BgClassName
{
background-color: #FF6190;
}
</style>
border-color css
<style>
span { border-color: #FF6190; }
span { border-color: rgb(255,97,144); }
td.TdClassName
{
border-color: #FF6190;
}
.TagClassName
{
border-color: #FF6190;
}
</style>