Shades of Brink Pink #FA6091
Tints of Brink Pink #FA6091
RGB
CMYK
RGB Variations
Color information
#FA6091 (or 0xFA6091) is known color: Brink Pink. HEX triplet: FA, 60 and 91. RGB value is (250,96,145). Sum of RGB (Red+Green+Blue) = 250+96+145=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6091 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6091 is #059F6E. Grayscale: #939393. Windows color (decimal): -368495 or 9527546. OLE color: 9527546.
HSL color Cylindrical-coordinate representation of color #FA6091: hue angle of 340.91º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA6091 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 96 | 145 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.02 |
| HSL | 340.91º | 0.94% | 0.68% | - |
| HSV(B) | 340.91º | 0.62% | 0.98% | - |
| XYZ | 48.72 | 30.73 | 30.15 | - |
| YUV | 147.63 | 126.52 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 96 | 145 | 0 | 0.62 | 0.42 | 0.02 | 340.91 | 0.94 | 0.68 |
| Hex | FA | 60 | 91 | 0 | 3E | 2A | 2 | 155 | 5E | 44 |
| Octal | 372 | 140 | 221 | 0 | 76 | 52 | 2 | 525 | 136 | 104 |
| Binary | 11111010 | 1100000 | 10010001 | 0 | 111110 | 101010 | 10 | 101010101 | 1011110 | 1000100 |
Color Harmonies of #FA6091
Complementary color
Monochromatic Colors of #FA6091
Black with #FA6091
Text Example
Text Example
White with #FA6091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6091; }
p { color: rgb(250,96,145); }
H1.HeaderClassName
{
color: #FA6091;
}
.AnyTagClassName
{
color: #FA6091;
}
</style>
background-color css
<style>
a { background-color: #FA6091; }
a { background-color: rgb(250,96,145); }
div.DivClassName
{
background-color: #FA6091;
}
.BgClassName
{
background-color: #FA6091;
}
</style>
border-color css
<style>
span { border-color: #FA6091; }
span { border-color: rgb(250,96,145); }
td.TdClassName
{
border-color: #FA6091;
}
.TagClassName
{
border-color: #FA6091;
}
</style>