Shades of Brink Pink #FA637C
Tints of Brink Pink #FA637C
RGB
CMYK
RGB Variations
Color information
#FA637C (or 0xFA637C) is known color: Brink Pink. HEX triplet: FA, 63 and 7C. RGB value is (250,99,124). Sum of RGB (Red+Green+Blue) = 250+99+124=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA637C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA637C is #059C83. Grayscale: #939393. Windows color (decimal): -367748 or 8152058. OLE color: 8152058.
HSL color Cylindrical-coordinate representation of color #FA637C: hue angle of 350.07º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA637C is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 99 | 124 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.02 |
| HSL | 350.07º | 0.94% | 0.68% | - |
| HSV(B) | 350.07º | 0.6% | 0.98% | - |
| XYZ | 47.52 | 30.7 | 22.49 | - |
| YUV | 147 | 115.03 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 99 | 124 | 0 | 0.60 | 0.50 | 0.02 | 350.07 | 0.94 | 0.68 |
| Hex | FA | 63 | 7C | 0 | 3C | 32 | 2 | 15E | 5E | 44 |
| Octal | 372 | 143 | 174 | 0 | 74 | 62 | 2 | 536 | 136 | 104 |
| Binary | 11111010 | 1100011 | 1111100 | 0 | 111100 | 110010 | 10 | 101011110 | 1011110 | 1000100 |
Color Harmonies of #FA637C
Complementary color
Monochromatic Colors of #FA637C
Black with #FA637C
Text Example
Text Example
White with #FA637C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA637C; }
p { color: rgb(250,99,124); }
H1.HeaderClassName
{
color: #FA637C;
}
.AnyTagClassName
{
color: #FA637C;
}
</style>
background-color css
<style>
a { background-color: #FA637C; }
a { background-color: rgb(250,99,124); }
div.DivClassName
{
background-color: #FA637C;
}
.BgClassName
{
background-color: #FA637C;
}
</style>
border-color css
<style>
span { border-color: #FA637C; }
span { border-color: rgb(250,99,124); }
td.TdClassName
{
border-color: #FA637C;
}
.TagClassName
{
border-color: #FA637C;
}
</style>