Shades of Brink Pink #FA6590
Tints of Brink Pink #FA6590
RGB
CMYK
RGB Variations
Color information
#FA6590 (or 0xFA6590) is known color: Brink Pink. HEX triplet: FA, 65 and 90. RGB value is (250,101,144). Sum of RGB (Red+Green+Blue) = 250+101+144=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6590 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6590 is #059A6F. Grayscale: #969696. Windows color (decimal): -367216 or 9463290. OLE color: 9463290.
HSL color Cylindrical-coordinate representation of color #FA6590: hue angle of 342.68º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA6590 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 144 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.02 |
| HSL | 342.68º | 0.94% | 0.69% | - |
| HSV(B) | 342.68º | 0.6% | 0.98% | - |
| XYZ | 49.11 | 31.64 | 29.91 | - |
| YUV | 150.45 | 124.36 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 144 | 0 | 0.60 | 0.42 | 0.02 | 342.68 | 0.94 | 0.69 |
| Hex | FA | 65 | 90 | 0 | 3C | 2A | 2 | 157 | 5E | 45 |
| Octal | 372 | 145 | 220 | 0 | 74 | 52 | 2 | 527 | 136 | 105 |
| Binary | 11111010 | 1100101 | 10010000 | 0 | 111100 | 101010 | 10 | 101010111 | 1011110 | 1000101 |
Color Harmonies of #FA6590
Complementary color
Monochromatic Colors of #FA6590
Black with #FA6590
Text Example
Text Example
White with #FA6590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6590; }
p { color: rgb(250,101,144); }
H1.HeaderClassName
{
color: #FA6590;
}
.AnyTagClassName
{
color: #FA6590;
}
</style>
background-color css
<style>
a { background-color: #FA6590; }
a { background-color: rgb(250,101,144); }
div.DivClassName
{
background-color: #FA6590;
}
.BgClassName
{
background-color: #FA6590;
}
</style>
border-color css
<style>
span { border-color: #FA6590; }
span { border-color: rgb(250,101,144); }
td.TdClassName
{
border-color: #FA6590;
}
.TagClassName
{
border-color: #FA6590;
}
</style>