Shades of Brink Pink #FA607E
Tints of Brink Pink #FA607E
RGB
CMYK
RGB Variations
Color information
#FA607E (or 0xFA607E) is known color: Brink Pink. HEX triplet: FA, 60 and 7E. RGB value is (250,96,126). Sum of RGB (Red+Green+Blue) = 250+96+126=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FA607E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA607E is #059F81. Grayscale: #919191. Windows color (decimal): -368514 or 8282362. OLE color: 8282362.
HSL color Cylindrical-coordinate representation of color #FA607E: hue angle of 348.31º 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 #FA607E is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 96 | 126 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.02 |
| HSL | 348.31º | 0.94% | 0.68% | - |
| HSV(B) | 348.31º | 0.62% | 0.98% | - |
| XYZ | 47.37 | 30.2 | 23.07 | - |
| YUV | 145.47 | 117.02 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 96 | 126 | 0 | 0.62 | 0.50 | 0.02 | 348.31 | 0.94 | 0.68 |
| Hex | FA | 60 | 7E | 0 | 3E | 32 | 2 | 15C | 5E | 44 |
| Octal | 372 | 140 | 176 | 0 | 76 | 62 | 2 | 534 | 136 | 104 |
| Binary | 11111010 | 1100000 | 1111110 | 0 | 111110 | 110010 | 10 | 101011100 | 1011110 | 1000100 |
Color Harmonies of #FA607E
Complementary color
Monochromatic Colors of #FA607E
Black with #FA607E
Text Example
Text Example
White with #FA607E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA607E; }
p { color: rgb(250,96,126); }
H1.HeaderClassName
{
color: #FA607E;
}
.AnyTagClassName
{
color: #FA607E;
}
</style>
background-color css
<style>
a { background-color: #FA607E; }
a { background-color: rgb(250,96,126); }
div.DivClassName
{
background-color: #FA607E;
}
.BgClassName
{
background-color: #FA607E;
}
</style>
border-color css
<style>
span { border-color: #FA607E; }
span { border-color: rgb(250,96,126); }
td.TdClassName
{
border-color: #FA607E;
}
.TagClassName
{
border-color: #FA607E;
}
</style>