Shades of Brink Pink #FA6A8F
Tints of Brink Pink #FA6A8F
RGB
CMYK
RGB Variations
Color information
#FA6A8F (or 0xFA6A8F) is known color: Brink Pink. HEX triplet: FA, 6A and 8F. RGB value is (250,106,143). Sum of RGB (Red+Green+Blue) = 250+106+143=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 143 (56.25% from 255 or 28.66% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6A8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6A8F is #059570. Grayscale: #999999. Windows color (decimal): -365937 or 9399034. OLE color: 9399034.
HSL color Cylindrical-coordinate representation of color #FA6A8F: hue angle of 344.58º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA6A8F is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 106 | 143 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.02 |
| HSL | 344.58º | 0.94% | 0.7% | - |
| HSV(B) | 344.58º | 0.58% | 0.98% | - |
| XYZ | 49.54 | 32.62 | 29.67 | - |
| YUV | 153.27 | 122.21 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 106 | 143 | 0 | 0.58 | 0.43 | 0.02 | 344.58 | 0.94 | 0.7 |
| Hex | FA | 6A | 8F | 0 | 3A | 2B | 2 | 159 | 5E | 46 |
| Octal | 372 | 152 | 217 | 0 | 72 | 53 | 2 | 531 | 136 | 106 |
| Binary | 11111010 | 1101010 | 10001111 | 0 | 111010 | 101011 | 10 | 101011001 | 1011110 | 1000110 |
Color Harmonies of #FA6A8F
Complementary color
Monochromatic Colors of #FA6A8F
Black with #FA6A8F
Text Example
Text Example
White with #FA6A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6A8F; }
p { color: rgb(250,106,143); }
H1.HeaderClassName
{
color: #FA6A8F;
}
.AnyTagClassName
{
color: #FA6A8F;
}
</style>
background-color css
<style>
a { background-color: #FA6A8F; }
a { background-color: rgb(250,106,143); }
div.DivClassName
{
background-color: #FA6A8F;
}
.BgClassName
{
background-color: #FA6A8F;
}
</style>
border-color css
<style>
span { border-color: #FA6A8F; }
span { border-color: rgb(250,106,143); }
td.TdClassName
{
border-color: #FA6A8F;
}
.TagClassName
{
border-color: #FA6A8F;
}
</style>