Shades of Brink Pink #FA657D
Tints of Brink Pink #FA657D
RGB
CMYK
RGB Variations
Color information
#FA657D (or 0xFA657D) is known color: Brink Pink. HEX triplet: FA, 65 and 7D. RGB value is (250,101,125). Sum of RGB (Red+Green+Blue) = 250+101+125=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA657D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA657D is #059A82. Grayscale: #949494. Windows color (decimal): -367235 or 8218106. OLE color: 8218106.
HSL color Cylindrical-coordinate representation of color #FA657D: hue angle of 350.34º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA657D is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 125 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.02 |
| HSL | 350.34º | 0.94% | 0.69% | - |
| HSV(B) | 350.34º | 0.6% | 0.98% | - |
| XYZ | 47.78 | 31.11 | 22.89 | - |
| YUV | 148.29 | 114.86 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 125 | 0 | 0.60 | 0.50 | 0.02 | 350.34 | 0.94 | 0.69 |
| Hex | FA | 65 | 7D | 0 | 3C | 32 | 2 | 15E | 5E | 45 |
| Octal | 372 | 145 | 175 | 0 | 74 | 62 | 2 | 536 | 136 | 105 |
| Binary | 11111010 | 1100101 | 1111101 | 0 | 111100 | 110010 | 10 | 101011110 | 1011110 | 1000101 |
Color Harmonies of #FA657D
Complementary color
Monochromatic Colors of #FA657D
Black with #FA657D
Text Example
Text Example
White with #FA657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA657D; }
p { color: rgb(250,101,125); }
H1.HeaderClassName
{
color: #FA657D;
}
.AnyTagClassName
{
color: #FA657D;
}
</style>
background-color css
<style>
a { background-color: #FA657D; }
a { background-color: rgb(250,101,125); }
div.DivClassName
{
background-color: #FA657D;
}
.BgClassName
{
background-color: #FA657D;
}
</style>
border-color css
<style>
span { border-color: #FA657D; }
span { border-color: rgb(250,101,125); }
td.TdClassName
{
border-color: #FA657D;
}
.TagClassName
{
border-color: #FA657D;
}
</style>