Shades of Brink Pink #FA7884
Tints of Brink Pink #FA7884
RGB
CMYK
RGB Variations
Color information
#FA7884 (or 0xFA7884) is known color: Brink Pink. HEX triplet: FA, 78 and 84. RGB value is (250,120,132). Sum of RGB (Red+Green+Blue) = 250+120+132=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7884 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7884 is #05877B. Grayscale: #A0A0A0. Windows color (decimal): -362364 or 8681722. OLE color: 8681722.
HSL color Cylindrical-coordinate representation of color #FA7884: hue angle of 354.46º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA7884 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 120 | 132 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.02 |
| HSL | 354.46º | 0.93% | 0.73% | - |
| HSV(B) | 354.46º | 0.52% | 0.98% | - |
| XYZ | 50.31 | 35.42 | 26.02 | - |
| YUV | 160.24 | 112.07 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 120 | 132 | 0 | 0.52 | 0.47 | 0.02 | 354.46 | 0.93 | 0.73 |
| Hex | FA | 78 | 84 | 0 | 34 | 2F | 2 | 162 | 5D | 49 |
| Octal | 372 | 170 | 204 | 0 | 64 | 57 | 2 | 542 | 135 | 111 |
| Binary | 11111010 | 1111000 | 10000100 | 0 | 110100 | 101111 | 10 | 101100010 | 1011101 | 1001001 |
Color Harmonies of #FA7884
Complementary color
Monochromatic Colors of #FA7884
Black with #FA7884
Text Example
Text Example
White with #FA7884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7884; }
p { color: rgb(250,120,132); }
H1.HeaderClassName
{
color: #FA7884;
}
.AnyTagClassName
{
color: #FA7884;
}
</style>
background-color css
<style>
a { background-color: #FA7884; }
a { background-color: rgb(250,120,132); }
div.DivClassName
{
background-color: #FA7884;
}
.BgClassName
{
background-color: #FA7884;
}
</style>
border-color css
<style>
span { border-color: #FA7884; }
span { border-color: rgb(250,120,132); }
td.TdClassName
{
border-color: #FA7884;
}
.TagClassName
{
border-color: #FA7884;
}
</style>