Shades of Brink Pink #FA657A
Tints of Brink Pink #FA657A
RGB
CMYK
RGB Variations
Color information
#FA657A (or 0xFA657A) is known color: Brink Pink. HEX triplet: FA, 65 and 7A. RGB value is (250,101,122). Sum of RGB (Red+Green+Blue) = 250+101+122=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA657A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA657A is #059A85. Grayscale: #949494. Windows color (decimal): -367238 or 8021498. OLE color: 8021498.
HSL color Cylindrical-coordinate representation of color #FA657A: hue angle of 351.54º 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 #FA657A is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 122 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.02 |
| HSL | 351.54º | 0.94% | 0.69% | - |
| HSV(B) | 351.54º | 0.6% | 0.98% | - |
| XYZ | 47.59 | 31.04 | 21.89 | - |
| YUV | 147.95 | 113.36 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 122 | 0 | 0.60 | 0.51 | 0.02 | 351.54 | 0.94 | 0.69 |
| Hex | FA | 65 | 7A | 0 | 3C | 33 | 2 | 160 | 5E | 45 |
| Octal | 372 | 145 | 172 | 0 | 74 | 63 | 2 | 540 | 136 | 105 |
| Binary | 11111010 | 1100101 | 1111010 | 0 | 111100 | 110011 | 10 | 101100000 | 1011110 | 1000101 |
Color Harmonies of #FA657A
Complementary color
Monochromatic Colors of #FA657A
Black with #FA657A
Text Example
Text Example
White with #FA657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA657A; }
p { color: rgb(250,101,122); }
H1.HeaderClassName
{
color: #FA657A;
}
.AnyTagClassName
{
color: #FA657A;
}
</style>
background-color css
<style>
a { background-color: #FA657A; }
a { background-color: rgb(250,101,122); }
div.DivClassName
{
background-color: #FA657A;
}
.BgClassName
{
background-color: #FA657A;
}
</style>
border-color css
<style>
span { border-color: #FA657A; }
span { border-color: rgb(250,101,122); }
td.TdClassName
{
border-color: #FA657A;
}
.TagClassName
{
border-color: #FA657A;
}
</style>