Shades of Brink Pink #FA5683
Tints of Brink Pink #FA5683
RGB
CMYK
RGB Variations
Color information
#FA5683 (or 0xFA5683) is known color: Brink Pink. HEX triplet: FA, 56 and 83. RGB value is (250,86,131). Sum of RGB (Red+Green+Blue) = 250+86+131=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 131 (51.56% from 255 or 28.05% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5683 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5683 is #05A97C. Grayscale: #8C8C8C. Windows color (decimal): -371069 or 8607482. OLE color: 8607482.
HSL color Cylindrical-coordinate representation of color #FA5683: hue angle of 343.54º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA5683 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 86 | 131 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.02 |
| HSL | 343.54º | 0.94% | 0.66% | - |
| HSV(B) | 343.54º | 0.66% | 0.98% | - |
| XYZ | 46.85 | 28.62 | 24.53 | - |
| YUV | 140.17 | 122.83 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 86 | 131 | 0 | 0.66 | 0.48 | 0.02 | 343.54 | 0.94 | 0.66 |
| Hex | FA | 56 | 83 | 0 | 42 | 30 | 2 | 158 | 5E | 42 |
| Octal | 372 | 126 | 203 | 0 | 102 | 60 | 2 | 530 | 136 | 102 |
| Binary | 11111010 | 1010110 | 10000011 | 0 | 1000010 | 110000 | 10 | 101011000 | 1011110 | 1000010 |
Color Harmonies of #FA5683
Complementary color
Monochromatic Colors of #FA5683
Black with #FA5683
Text Example
Text Example
White with #FA5683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5683; }
p { color: rgb(250,86,131); }
H1.HeaderClassName
{
color: #FA5683;
}
.AnyTagClassName
{
color: #FA5683;
}
</style>
background-color css
<style>
a { background-color: #FA5683; }
a { background-color: rgb(250,86,131); }
div.DivClassName
{
background-color: #FA5683;
}
.BgClassName
{
background-color: #FA5683;
}
</style>
border-color css
<style>
span { border-color: #FA5683; }
span { border-color: rgb(250,86,131); }
td.TdClassName
{
border-color: #FA5683;
}
.TagClassName
{
border-color: #FA5683;
}
</style>