Shades of Brink Pink #FA607C
Tints of Brink Pink #FA607C
RGB
CMYK
RGB Variations
Color information
#FA607C (or 0xFA607C) is known color: Brink Pink. HEX triplet: FA, 60 and 7C. RGB value is (250,96,124). Sum of RGB (Red+Green+Blue) = 250+96+124=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA607C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA607C is #059F83. Grayscale: #919191. Windows color (decimal): -368516 or 8151290. OLE color: 8151290.
HSL color Cylindrical-coordinate representation of color #FA607C: hue angle of 349.09º 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 #FA607C is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 96 | 124 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.02 |
| HSL | 349.09º | 0.94% | 0.68% | - |
| HSV(B) | 349.09º | 0.62% | 0.98% | - |
| XYZ | 47.25 | 30.14 | 22.4 | - |
| YUV | 145.24 | 116.02 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 96 | 124 | 0 | 0.62 | 0.50 | 0.02 | 349.09 | 0.94 | 0.68 |
| Hex | FA | 60 | 7C | 0 | 3E | 32 | 2 | 15D | 5E | 44 |
| Octal | 372 | 140 | 174 | 0 | 76 | 62 | 2 | 535 | 136 | 104 |
| Binary | 11111010 | 1100000 | 1111100 | 0 | 111110 | 110010 | 10 | 101011101 | 1011110 | 1000100 |
Color Harmonies of #FA607C
Complementary color
Monochromatic Colors of #FA607C
Black with #FA607C
Text Example
Text Example
White with #FA607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA607C; }
p { color: rgb(250,96,124); }
H1.HeaderClassName
{
color: #FA607C;
}
.AnyTagClassName
{
color: #FA607C;
}
</style>
background-color css
<style>
a { background-color: #FA607C; }
a { background-color: rgb(250,96,124); }
div.DivClassName
{
background-color: #FA607C;
}
.BgClassName
{
background-color: #FA607C;
}
</style>
border-color css
<style>
span { border-color: #FA607C; }
span { border-color: rgb(250,96,124); }
td.TdClassName
{
border-color: #FA607C;
}
.TagClassName
{
border-color: #FA607C;
}
</style>