Shades of Brink Pink #FA6784
Tints of Brink Pink #FA6784
RGB
CMYK
RGB Variations
Color information
#FA6784 (or 0xFA6784) is known color: Brink Pink. HEX triplet: FA, 67 and 84. RGB value is (250,103,132). Sum of RGB (Red+Green+Blue) = 250+103+132=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6784 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6784 is #05987B. Grayscale: #969696. Windows color (decimal): -366716 or 8677370. OLE color: 8677370.
HSL color Cylindrical-coordinate representation of color #FA6784: hue angle of 348.16º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FA6784 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 103 | 132 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.02 |
| HSL | 348.16º | 0.94% | 0.69% | - |
| HSV(B) | 348.16º | 0.59% | 0.98% | - |
| XYZ | 48.44 | 31.69 | 25.39 | - |
| YUV | 150.26 | 117.7 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 103 | 132 | 0 | 0.59 | 0.47 | 0.02 | 348.16 | 0.94 | 0.69 |
| Hex | FA | 67 | 84 | 0 | 3B | 2F | 2 | 15C | 5E | 45 |
| Octal | 372 | 147 | 204 | 0 | 73 | 57 | 2 | 534 | 136 | 105 |
| Binary | 11111010 | 1100111 | 10000100 | 0 | 111011 | 101111 | 10 | 101011100 | 1011110 | 1000101 |
Color Harmonies of #FA6784
Complementary color
Monochromatic Colors of #FA6784
Black with #FA6784
Text Example
Text Example
White with #FA6784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6784; }
p { color: rgb(250,103,132); }
H1.HeaderClassName
{
color: #FA6784;
}
.AnyTagClassName
{
color: #FA6784;
}
</style>
background-color css
<style>
a { background-color: #FA6784; }
a { background-color: rgb(250,103,132); }
div.DivClassName
{
background-color: #FA6784;
}
.BgClassName
{
background-color: #FA6784;
}
</style>
border-color css
<style>
span { border-color: #FA6784; }
span { border-color: rgb(250,103,132); }
td.TdClassName
{
border-color: #FA6784;
}
.TagClassName
{
border-color: #FA6784;
}
</style>