Shades of Brink Pink #FA647F
Tints of Brink Pink #FA647F
RGB
CMYK
RGB Variations
Color information
#FA647F (or 0xFA647F) is known color: Brink Pink. HEX triplet: FA, 64 and 7F. RGB value is (250,100,127). Sum of RGB (Red+Green+Blue) = 250+100+127=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA647F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA647F is #059B80. Grayscale: #939393. Windows color (decimal): -367489 or 8348922. OLE color: 8348922.
HSL color Cylindrical-coordinate representation of color #FA647F: hue angle of 349.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 #FA647F is Cyan = 0, Magento = 0.6, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 100 | 127 | - |
| CMYK | 0 | 0.6 | 0.49 | 0.02 |
| HSL | 349.2º | 0.94% | 0.69% | - |
| HSV(B) | 349.2º | 0.6% | 0.98% | - |
| XYZ | 47.81 | 30.97 | 23.54 | - |
| YUV | 147.93 | 116.2 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 100 | 127 | 0 | 0.6 | 0.49 | 0.02 | 349.2 | 0.94 | 0.69 |
| Hex | FA | 64 | 7F | 0 | 3C | 31 | 2 | 15D | 5E | 45 |
| Octal | 372 | 144 | 177 | 0 | 74 | 61 | 2 | 535 | 136 | 105 |
| Binary | 11111010 | 1100100 | 1111111 | 0 | 111100 | 110001 | 10 | 101011101 | 1011110 | 1000101 |
Color Harmonies of #FA647F
Complementary color
Monochromatic Colors of #FA647F
Black with #FA647F
Text Example
Text Example
White with #FA647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA647F; }
p { color: rgb(250,100,127); }
H1.HeaderClassName
{
color: #FA647F;
}
.AnyTagClassName
{
color: #FA647F;
}
</style>
background-color css
<style>
a { background-color: #FA647F; }
a { background-color: rgb(250,100,127); }
div.DivClassName
{
background-color: #FA647F;
}
.BgClassName
{
background-color: #FA647F;
}
</style>
border-color css
<style>
span { border-color: #FA647F; }
span { border-color: rgb(250,100,127); }
td.TdClassName
{
border-color: #FA647F;
}
.TagClassName
{
border-color: #FA647F;
}
</style>