Shades of Brink Pink #FA6580
Tints of Brink Pink #FA6580
RGB
CMYK
RGB Variations
Color information
#FA6580 (or 0xFA6580) is known color: Brink Pink. HEX triplet: FA, 65 and 80. RGB value is (250,101,128). Sum of RGB (Red+Green+Blue) = 250+101+128=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 101 (39.84% from 255 or 21.09% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6580 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6580 is #059A7F. Grayscale: #949494. Windows color (decimal): -367232 or 8414714. OLE color: 8414714.
HSL color Cylindrical-coordinate representation of color #FA6580: hue angle of 349.13º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA6580 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 128 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.02 |
| HSL | 349.13º | 0.94% | 0.69% | - |
| HSV(B) | 349.13º | 0.6% | 0.98% | - |
| XYZ | 47.97 | 31.19 | 23.91 | - |
| YUV | 148.63 | 116.36 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 128 | 0 | 0.60 | 0.49 | 0.02 | 349.13 | 0.94 | 0.69 |
| Hex | FA | 65 | 80 | 0 | 3C | 31 | 2 | 15D | 5E | 45 |
| Octal | 372 | 145 | 200 | 0 | 74 | 61 | 2 | 535 | 136 | 105 |
| Binary | 11111010 | 1100101 | 10000000 | 0 | 111100 | 110001 | 10 | 101011101 | 1011110 | 1000101 |
Color Harmonies of #FA6580
Complementary color
Monochromatic Colors of #FA6580
Black with #FA6580
Text Example
Text Example
White with #FA6580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6580; }
p { color: rgb(250,101,128); }
H1.HeaderClassName
{
color: #FA6580;
}
.AnyTagClassName
{
color: #FA6580;
}
</style>
background-color css
<style>
a { background-color: #FA6580; }
a { background-color: rgb(250,101,128); }
div.DivClassName
{
background-color: #FA6580;
}
.BgClassName
{
background-color: #FA6580;
}
</style>
border-color css
<style>
span { border-color: #FA6580; }
span { border-color: rgb(250,101,128); }
td.TdClassName
{
border-color: #FA6580;
}
.TagClassName
{
border-color: #FA6580;
}
</style>