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