Shades of Brink Pink #FA647A
Tints of Brink Pink #FA647A
RGB
CMYK
RGB Variations
Color information
#FA647A (or 0xFA647A) is known color: Brink Pink. HEX triplet: FA, 64 and 7A. RGB value is (250,100,122). Sum of RGB (Red+Green+Blue) = 250+100+122=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FA647A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA647A is #059B85. Grayscale: #939393. Windows color (decimal): -367494 or 8021242. OLE color: 8021242.
HSL color Cylindrical-coordinate representation of color #FA647A: hue angle of 351.2º 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 #FA647A is Cyan = 0, Magento = 0.6, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 100 | 122 | - |
| CMYK | 0 | 0.6 | 0.51 | 0.02 |
| HSL | 351.2º | 0.94% | 0.69% | - |
| HSV(B) | 351.2º | 0.6% | 0.98% | - |
| XYZ | 47.49 | 30.84 | 21.86 | - |
| YUV | 147.36 | 113.7 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 100 | 122 | 0 | 0.6 | 0.51 | 0.02 | 351.2 | 0.94 | 0.69 |
| Hex | FA | 64 | 7A | 0 | 3C | 33 | 2 | 15F | 5E | 45 |
| Octal | 372 | 144 | 172 | 0 | 74 | 63 | 2 | 537 | 136 | 105 |
| Binary | 11111010 | 1100100 | 1111010 | 0 | 111100 | 110011 | 10 | 101011111 | 1011110 | 1000101 |
Color Harmonies of #FA647A
Complementary color
Monochromatic Colors of #FA647A
Black with #FA647A
Text Example
Text Example
White with #FA647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA647A; }
p { color: rgb(250,100,122); }
H1.HeaderClassName
{
color: #FA647A;
}
.AnyTagClassName
{
color: #FA647A;
}
</style>
background-color css
<style>
a { background-color: #FA647A; }
a { background-color: rgb(250,100,122); }
div.DivClassName
{
background-color: #FA647A;
}
.BgClassName
{
background-color: #FA647A;
}
</style>
border-color css
<style>
span { border-color: #FA647A; }
span { border-color: rgb(250,100,122); }
td.TdClassName
{
border-color: #FA647A;
}
.TagClassName
{
border-color: #FA647A;
}
</style>