Shades of Brink Pink #FA6B7D
Tints of Brink Pink #FA6B7D
RGB
CMYK
RGB Variations
Color information
#FA6B7D (or 0xFA6B7D) is known color: Brink Pink. HEX triplet: FA, 6B and 7D. RGB value is (250,107,125). Sum of RGB (Red+Green+Blue) = 250+107+125=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6B7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6B7D is #059482. Grayscale: #979797. Windows color (decimal): -365699 or 8219642. OLE color: 8219642.
HSL color Cylindrical-coordinate representation of color #FA6B7D: hue angle of 352.45º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FA6B7D is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 107 | 125 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.02 |
| HSL | 352.45º | 0.93% | 0.7% | - |
| HSV(B) | 352.45º | 0.57% | 0.98% | - |
| XYZ | 48.38 | 32.32 | 23.09 | - |
| YUV | 151.81 | 112.88 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 107 | 125 | 0 | 0.57 | 0.50 | 0.02 | 352.45 | 0.93 | 0.7 |
| Hex | FA | 6B | 7D | 0 | 39 | 32 | 2 | 160 | 5D | 46 |
| Octal | 372 | 153 | 175 | 0 | 71 | 62 | 2 | 540 | 135 | 106 |
| Binary | 11111010 | 1101011 | 1111101 | 0 | 111001 | 110010 | 10 | 101100000 | 1011101 | 1000110 |
Color Harmonies of #FA6B7D
Complementary color
Monochromatic Colors of #FA6B7D
Black with #FA6B7D
Text Example
Text Example
White with #FA6B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6B7D; }
p { color: rgb(250,107,125); }
H1.HeaderClassName
{
color: #FA6B7D;
}
.AnyTagClassName
{
color: #FA6B7D;
}
</style>
background-color css
<style>
a { background-color: #FA6B7D; }
a { background-color: rgb(250,107,125); }
div.DivClassName
{
background-color: #FA6B7D;
}
.BgClassName
{
background-color: #FA6B7D;
}
</style>
border-color css
<style>
span { border-color: #FA6B7D; }
span { border-color: rgb(250,107,125); }
td.TdClassName
{
border-color: #FA6B7D;
}
.TagClassName
{
border-color: #FA6B7D;
}
</style>