Shades of Brink Pink #FA6092
Tints of Brink Pink #FA6092
RGB
CMYK
RGB Variations
Color information
#FA6092 (or 0xFA6092) is known color: Brink Pink. HEX triplet: FA, 60 and 92. RGB value is (250,96,146). Sum of RGB (Red+Green+Blue) = 250+96+146=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6092 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6092 is #059F6D. Grayscale: #939393. Windows color (decimal): -368494 or 9593082. OLE color: 9593082.
HSL color Cylindrical-coordinate representation of color #FA6092: hue angle of 340.52º 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 #FA6092 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 96 | 146 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.02 |
| HSL | 340.52º | 0.94% | 0.68% | - |
| HSV(B) | 340.52º | 0.62% | 0.98% | - |
| XYZ | 48.8 | 30.77 | 30.56 | - |
| YUV | 147.75 | 127.02 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 96 | 146 | 0 | 0.62 | 0.42 | 0.02 | 340.52 | 0.94 | 0.68 |
| Hex | FA | 60 | 92 | 0 | 3E | 2A | 2 | 155 | 5E | 44 |
| Octal | 372 | 140 | 222 | 0 | 76 | 52 | 2 | 525 | 136 | 104 |
| Binary | 11111010 | 1100000 | 10010010 | 0 | 111110 | 101010 | 10 | 101010101 | 1011110 | 1000100 |
Color Harmonies of #FA6092
Complementary color
Monochromatic Colors of #FA6092
Black with #FA6092
Text Example
Text Example
White with #FA6092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6092; }
p { color: rgb(250,96,146); }
H1.HeaderClassName
{
color: #FA6092;
}
.AnyTagClassName
{
color: #FA6092;
}
</style>
background-color css
<style>
a { background-color: #FA6092; }
a { background-color: rgb(250,96,146); }
div.DivClassName
{
background-color: #FA6092;
}
.BgClassName
{
background-color: #FA6092;
}
</style>
border-color css
<style>
span { border-color: #FA6092; }
span { border-color: rgb(250,96,146); }
td.TdClassName
{
border-color: #FA6092;
}
.TagClassName
{
border-color: #FA6092;
}
</style>