Shades of Brink Pink #FA608D
Tints of Brink Pink #FA608D
RGB
CMYK
RGB Variations
Color information
#FA608D (or 0xFA608D) is known color: Brink Pink. HEX triplet: FA, 60 and 8D. RGB value is (250,96,141). Sum of RGB (Red+Green+Blue) = 250+96+141=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FA608D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA608D is #059F72. Grayscale: #939393. Windows color (decimal): -368499 or 9265402. OLE color: 9265402.
HSL color Cylindrical-coordinate representation of color #FA608D: hue angle of 342.47º 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 #FA608D is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 96 | 141 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.02 |
| HSL | 342.47º | 0.94% | 0.68% | - |
| HSV(B) | 342.47º | 0.62% | 0.98% | - |
| XYZ | 48.41 | 30.61 | 28.56 | - |
| YUV | 147.18 | 124.52 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 96 | 141 | 0 | 0.62 | 0.44 | 0.02 | 342.47 | 0.94 | 0.68 |
| Hex | FA | 60 | 8D | 0 | 3E | 2C | 2 | 156 | 5E | 44 |
| Octal | 372 | 140 | 215 | 0 | 76 | 54 | 2 | 526 | 136 | 104 |
| Binary | 11111010 | 1100000 | 10001101 | 0 | 111110 | 101100 | 10 | 101010110 | 1011110 | 1000100 |
Color Harmonies of #FA608D
Complementary color
Monochromatic Colors of #FA608D
Black with #FA608D
Text Example
Text Example
White with #FA608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA608D; }
p { color: rgb(250,96,141); }
H1.HeaderClassName
{
color: #FA608D;
}
.AnyTagClassName
{
color: #FA608D;
}
</style>
background-color css
<style>
a { background-color: #FA608D; }
a { background-color: rgb(250,96,141); }
div.DivClassName
{
background-color: #FA608D;
}
.BgClassName
{
background-color: #FA608D;
}
</style>
border-color css
<style>
span { border-color: #FA608D; }
span { border-color: rgb(250,96,141); }
td.TdClassName
{
border-color: #FA608D;
}
.TagClassName
{
border-color: #FA608D;
}
</style>