Shades of Brink Pink #FA6C92
Tints of Brink Pink #FA6C92
RGB
CMYK
RGB Variations
Color information
#FA6C92 (or 0xFA6C92) is known color: Brink Pink. HEX triplet: FA, 6C and 92. RGB value is (250,108,146). Sum of RGB (Red+Green+Blue) = 250+108+146=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 108 (42.58% from 255 or 21.43% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6C92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6C92 is #05936D. Grayscale: #9A9A9A. Windows color (decimal): -365422 or 9596154. OLE color: 9596154.
HSL color Cylindrical-coordinate representation of color #FA6C92: hue angle of 343.94º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FA6C92 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 108 | 146 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.02 |
| HSL | 343.94º | 0.93% | 0.7% | - |
| HSV(B) | 343.94º | 0.57% | 0.98% | - |
| XYZ | 49.98 | 33.12 | 30.95 | - |
| YUV | 154.79 | 123.04 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 108 | 146 | 0 | 0.57 | 0.42 | 0.02 | 343.94 | 0.93 | 0.7 |
| Hex | FA | 6C | 92 | 0 | 39 | 2A | 2 | 158 | 5D | 46 |
| Octal | 372 | 154 | 222 | 0 | 71 | 52 | 2 | 530 | 135 | 106 |
| Binary | 11111010 | 1101100 | 10010010 | 0 | 111001 | 101010 | 10 | 101011000 | 1011101 | 1000110 |
Color Harmonies of #FA6C92
Complementary color
Monochromatic Colors of #FA6C92
Black with #FA6C92
Text Example
Text Example
White with #FA6C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6C92; }
p { color: rgb(250,108,146); }
H1.HeaderClassName
{
color: #FA6C92;
}
.AnyTagClassName
{
color: #FA6C92;
}
</style>
background-color css
<style>
a { background-color: #FA6C92; }
a { background-color: rgb(250,108,146); }
div.DivClassName
{
background-color: #FA6C92;
}
.BgClassName
{
background-color: #FA6C92;
}
</style>
border-color css
<style>
span { border-color: #FA6C92; }
span { border-color: rgb(250,108,146); }
td.TdClassName
{
border-color: #FA6C92;
}
.TagClassName
{
border-color: #FA6C92;
}
</style>