Shades of Brink Pink #FA607F
Tints of Brink Pink #FA607F
RGB
CMYK
RGB Variations
Color information
#FA607F (or 0xFA607F) is known color: Brink Pink. HEX triplet: FA, 60 and 7F. RGB value is (250,96,127). Sum of RGB (Red+Green+Blue) = 250+96+127=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA607F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA607F is #059F80. Grayscale: #919191. Windows color (decimal): -368513 or 8347898. OLE color: 8347898.
HSL color Cylindrical-coordinate representation of color #FA607F: hue angle of 347.92º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA607F is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 96 | 127 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.02 |
| HSL | 347.92º | 0.94% | 0.68% | - |
| HSV(B) | 347.92º | 0.62% | 0.98% | - |
| XYZ | 47.44 | 30.22 | 23.41 | - |
| YUV | 145.58 | 117.52 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 96 | 127 | 0 | 0.62 | 0.49 | 0.02 | 347.92 | 0.94 | 0.68 |
| Hex | FA | 60 | 7F | 0 | 3E | 31 | 2 | 15C | 5E | 44 |
| Octal | 372 | 140 | 177 | 0 | 76 | 61 | 2 | 534 | 136 | 104 |
| Binary | 11111010 | 1100000 | 1111111 | 0 | 111110 | 110001 | 10 | 101011100 | 1011110 | 1000100 |
Color Harmonies of #FA607F
Complementary color
Monochromatic Colors of #FA607F
Black with #FA607F
Text Example
Text Example
White with #FA607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA607F; }
p { color: rgb(250,96,127); }
H1.HeaderClassName
{
color: #FA607F;
}
.AnyTagClassName
{
color: #FA607F;
}
</style>
background-color css
<style>
a { background-color: #FA607F; }
a { background-color: rgb(250,96,127); }
div.DivClassName
{
background-color: #FA607F;
}
.BgClassName
{
background-color: #FA607F;
}
</style>
border-color css
<style>
span { border-color: #FA607F; }
span { border-color: rgb(250,96,127); }
td.TdClassName
{
border-color: #FA607F;
}
.TagClassName
{
border-color: #FA607F;
}
</style>