Shades of Brink Pink #FA6491
Tints of Brink Pink #FA6491
RGB
CMYK
RGB Variations
Color information
#FA6491 (or 0xFA6491) is known color: Brink Pink. HEX triplet: FA, 64 and 91. RGB value is (250,100,145). Sum of RGB (Red+Green+Blue) = 250+100+145=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 145 (57.03% from 255 or 29.29% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6491 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6491 is #059B6E. Grayscale: #959595. Windows color (decimal): -367471 or 9528570. OLE color: 9528570.
HSL color Cylindrical-coordinate representation of color #FA6491: hue angle of 342º 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 #FA6491 is Cyan = 0, Magento = 0.6, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 100 | 145 | - |
| CMYK | 0 | 0.6 | 0.42 | 0.02 |
| HSL | 342º | 0.94% | 0.69% | - |
| HSV(B) | 342º | 0.6% | 0.98% | - |
| XYZ | 49.09 | 31.48 | 30.28 | - |
| YUV | 149.98 | 125.2 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 100 | 145 | 0 | 0.6 | 0.42 | 0.02 | 342 | 0.94 | 0.69 |
| Hex | FA | 64 | 91 | 0 | 3C | 2A | 2 | 156 | 5E | 45 |
| Octal | 372 | 144 | 221 | 0 | 74 | 52 | 2 | 526 | 136 | 105 |
| Binary | 11111010 | 1100100 | 10010001 | 0 | 111100 | 101010 | 10 | 101010110 | 1011110 | 1000101 |
Color Harmonies of #FA6491
Complementary color
Monochromatic Colors of #FA6491
Black with #FA6491
Text Example
Text Example
White with #FA6491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6491; }
p { color: rgb(250,100,145); }
H1.HeaderClassName
{
color: #FA6491;
}
.AnyTagClassName
{
color: #FA6491;
}
</style>
background-color css
<style>
a { background-color: #FA6491; }
a { background-color: rgb(250,100,145); }
div.DivClassName
{
background-color: #FA6491;
}
.BgClassName
{
background-color: #FA6491;
}
</style>
border-color css
<style>
span { border-color: #FA6491; }
span { border-color: rgb(250,100,145); }
td.TdClassName
{
border-color: #FA6491;
}
.TagClassName
{
border-color: #FA6491;
}
</style>