Shades of Brink Pink #FA6380
Tints of Brink Pink #FA6380
RGB
CMYK
RGB Variations
Color information
#FA6380 (or 0xFA6380) is known color: Brink Pink. HEX triplet: FA, 63 and 80. RGB value is (250,99,128). Sum of RGB (Red+Green+Blue) = 250+99+128=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 99 (39.06% from 255 or 20.75% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6380 is #059C7F. Grayscale: #939393. Windows color (decimal): -367744 or 8414202. OLE color: 8414202.
HSL color Cylindrical-coordinate representation of color #FA6380: hue angle of 348.48º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA6380 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 99 | 128 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.02 |
| HSL | 348.48º | 0.94% | 0.68% | - |
| HSV(B) | 348.48º | 0.6% | 0.98% | - |
| XYZ | 47.78 | 30.81 | 23.85 | - |
| YUV | 147.46 | 117.03 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 99 | 128 | 0 | 0.60 | 0.49 | 0.02 | 348.48 | 0.94 | 0.68 |
| Hex | FA | 63 | 80 | 0 | 3C | 31 | 2 | 15C | 5E | 44 |
| Octal | 372 | 143 | 200 | 0 | 74 | 61 | 2 | 534 | 136 | 104 |
| Binary | 11111010 | 1100011 | 10000000 | 0 | 111100 | 110001 | 10 | 101011100 | 1011110 | 1000100 |
Color Harmonies of #FA6380
Complementary color
Monochromatic Colors of #FA6380
Black with #FA6380
Text Example
Text Example
White with #FA6380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6380; }
p { color: rgb(250,99,128); }
H1.HeaderClassName
{
color: #FA6380;
}
.AnyTagClassName
{
color: #FA6380;
}
</style>
background-color css
<style>
a { background-color: #FA6380; }
a { background-color: rgb(250,99,128); }
div.DivClassName
{
background-color: #FA6380;
}
.BgClassName
{
background-color: #FA6380;
}
</style>
border-color css
<style>
span { border-color: #FA6380; }
span { border-color: rgb(250,99,128); }
td.TdClassName
{
border-color: #FA6380;
}
.TagClassName
{
border-color: #FA6380;
}
</style>