Shades of Brink Pink #FA7586
Tints of Brink Pink #FA7586
RGB
CMYK
RGB Variations
Color information
#FA7586 (or 0xFA7586) is known color: Brink Pink. HEX triplet: FA, 75 and 86. RGB value is (250,117,134). Sum of RGB (Red+Green+Blue) = 250+117+134=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 134 (52.73% from 255 or 26.75% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7586 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7586 is #058A79. Grayscale: #9E9E9E. Windows color (decimal): -363130 or 8812026. OLE color: 8812026.
HSL color Cylindrical-coordinate representation of color #FA7586: hue angle of 352.33º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FA7586 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 117 | 134 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.02 |
| HSL | 352.33º | 0.93% | 0.72% | - |
| HSV(B) | 352.33º | 0.53% | 0.98% | - |
| XYZ | 50.09 | 34.77 | 26.63 | - |
| YUV | 158.71 | 114.06 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 117 | 134 | 0 | 0.53 | 0.46 | 0.02 | 352.33 | 0.93 | 0.72 |
| Hex | FA | 75 | 86 | 0 | 35 | 2E | 2 | 160 | 5D | 48 |
| Octal | 372 | 165 | 206 | 0 | 65 | 56 | 2 | 540 | 135 | 110 |
| Binary | 11111010 | 1110101 | 10000110 | 0 | 110101 | 101110 | 10 | 101100000 | 1011101 | 1001000 |
Color Harmonies of #FA7586
Complementary color
Monochromatic Colors of #FA7586
Black with #FA7586
Text Example
Text Example
White with #FA7586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7586; }
p { color: rgb(250,117,134); }
H1.HeaderClassName
{
color: #FA7586;
}
.AnyTagClassName
{
color: #FA7586;
}
</style>
background-color css
<style>
a { background-color: #FA7586; }
a { background-color: rgb(250,117,134); }
div.DivClassName
{
background-color: #FA7586;
}
.BgClassName
{
background-color: #FA7586;
}
</style>
border-color css
<style>
span { border-color: #FA7586; }
span { border-color: rgb(250,117,134); }
td.TdClassName
{
border-color: #FA7586;
}
.TagClassName
{
border-color: #FA7586;
}
</style>