Shades of Brink Pink #FA6778
Tints of Brink Pink #FA6778
RGB
CMYK
RGB Variations
Color information
#FA6778 (or 0xFA6778) is known color: Brink Pink. HEX triplet: FA, 67 and 78. RGB value is (250,103,120). Sum of RGB (Red+Green+Blue) = 250+103+120=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6778 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6778 is #059887. Grayscale: #949494. Windows color (decimal): -366728 or 7890938. OLE color: 7890938.
HSL color Cylindrical-coordinate representation of color #FA6778: hue angle of 353.06º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FA6778 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 103 | 120 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.02 |
| HSL | 353.06º | 0.94% | 0.69% | - |
| HSV(B) | 353.06º | 0.59% | 0.98% | - |
| XYZ | 47.66 | 31.38 | 21.31 | - |
| YUV | 148.89 | 111.7 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 103 | 120 | 0 | 0.59 | 0.52 | 0.02 | 353.06 | 0.94 | 0.69 |
| Hex | FA | 67 | 78 | 0 | 3B | 34 | 2 | 161 | 5E | 45 |
| Octal | 372 | 147 | 170 | 0 | 73 | 64 | 2 | 541 | 136 | 105 |
| Binary | 11111010 | 1100111 | 1111000 | 0 | 111011 | 110100 | 10 | 101100001 | 1011110 | 1000101 |
Color Harmonies of #FA6778
Complementary color
Monochromatic Colors of #FA6778
Black with #FA6778
Text Example
Text Example
White with #FA6778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6778; }
p { color: rgb(250,103,120); }
H1.HeaderClassName
{
color: #FA6778;
}
.AnyTagClassName
{
color: #FA6778;
}
</style>
background-color css
<style>
a { background-color: #FA6778; }
a { background-color: rgb(250,103,120); }
div.DivClassName
{
background-color: #FA6778;
}
.BgClassName
{
background-color: #FA6778;
}
</style>
border-color css
<style>
span { border-color: #FA6778; }
span { border-color: rgb(250,103,120); }
td.TdClassName
{
border-color: #FA6778;
}
.TagClassName
{
border-color: #FA6778;
}
</style>