Shades of Brink Pink #FA617F
Tints of Brink Pink #FA617F
RGB
CMYK
RGB Variations
Color information
#FA617F (or 0xFA617F) is known color: Brink Pink. HEX triplet: FA, 61 and 7F. RGB value is (250,97,127). Sum of RGB (Red+Green+Blue) = 250+97+127=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA617F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA617F is #059E80. Grayscale: #929292. Windows color (decimal): -368257 or 8348154. OLE color: 8348154.
HSL color Cylindrical-coordinate representation of color #FA617F: hue angle of 348.24º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FA617F is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 97 | 127 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.02 |
| HSL | 348.24º | 0.94% | 0.68% | - |
| HSV(B) | 348.24º | 0.61% | 0.98% | - |
| XYZ | 47.53 | 30.41 | 23.44 | - |
| YUV | 146.17 | 117.19 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 97 | 127 | 0 | 0.61 | 0.49 | 0.02 | 348.24 | 0.94 | 0.68 |
| Hex | FA | 61 | 7F | 0 | 3D | 31 | 2 | 15C | 5E | 44 |
| Octal | 372 | 141 | 177 | 0 | 75 | 61 | 2 | 534 | 136 | 104 |
| Binary | 11111010 | 1100001 | 1111111 | 0 | 111101 | 110001 | 10 | 101011100 | 1011110 | 1000100 |
Color Harmonies of #FA617F
Complementary color
Monochromatic Colors of #FA617F
Black with #FA617F
Text Example
Text Example
White with #FA617F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA617F; }
p { color: rgb(250,97,127); }
H1.HeaderClassName
{
color: #FA617F;
}
.AnyTagClassName
{
color: #FA617F;
}
</style>
background-color css
<style>
a { background-color: #FA617F; }
a { background-color: rgb(250,97,127); }
div.DivClassName
{
background-color: #FA617F;
}
.BgClassName
{
background-color: #FA617F;
}
</style>
border-color css
<style>
span { border-color: #FA617F; }
span { border-color: rgb(250,97,127); }
td.TdClassName
{
border-color: #FA617F;
}
.TagClassName
{
border-color: #FA617F;
}
</style>