Shades of Brink Pink #FA657F
Tints of Brink Pink #FA657F
RGB
CMYK
RGB Variations
Color information
#FA657F (or 0xFA657F) is known color: Brink Pink. HEX triplet: FA, 65 and 7F. RGB value is (250,101,127). Sum of RGB (Red+Green+Blue) = 250+101+127=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FA657F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA657F is #059A80. Grayscale: #949494. Windows color (decimal): -367233 or 8349178. OLE color: 8349178.
HSL color Cylindrical-coordinate representation of color #FA657F: hue angle of 349.53º 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 #FA657F is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 127 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.02 |
| HSL | 349.53º | 0.94% | 0.69% | - |
| HSV(B) | 349.53º | 0.6% | 0.98% | - |
| XYZ | 47.91 | 31.16 | 23.57 | - |
| YUV | 148.52 | 115.86 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 127 | 0 | 0.60 | 0.49 | 0.02 | 349.53 | 0.94 | 0.69 |
| Hex | FA | 65 | 7F | 0 | 3C | 31 | 2 | 15E | 5E | 45 |
| Octal | 372 | 145 | 177 | 0 | 74 | 61 | 2 | 536 | 136 | 105 |
| Binary | 11111010 | 1100101 | 1111111 | 0 | 111100 | 110001 | 10 | 101011110 | 1011110 | 1000101 |
Color Harmonies of #FA657F
Complementary color
Monochromatic Colors of #FA657F
Black with #FA657F
Text Example
Text Example
White with #FA657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA657F; }
p { color: rgb(250,101,127); }
H1.HeaderClassName
{
color: #FA657F;
}
.AnyTagClassName
{
color: #FA657F;
}
</style>
background-color css
<style>
a { background-color: #FA657F; }
a { background-color: rgb(250,101,127); }
div.DivClassName
{
background-color: #FA657F;
}
.BgClassName
{
background-color: #FA657F;
}
</style>
border-color css
<style>
span { border-color: #FA657F; }
span { border-color: rgb(250,101,127); }
td.TdClassName
{
border-color: #FA657F;
}
.TagClassName
{
border-color: #FA657F;
}
</style>