Shades of Brink Pink #FA757F
Tints of Brink Pink #FA757F
RGB
CMYK
RGB Variations
Color information
#FA757F (or 0xFA757F) is known color: Brink Pink. HEX triplet: FA, 75 and 7F. RGB value is (250,117,127). Sum of RGB (Red+Green+Blue) = 250+117+127=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FA757F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA757F is #058A80. Grayscale: #9E9E9E. Windows color (decimal): -363137 or 8353274. OLE color: 8353274.
HSL color Cylindrical-coordinate representation of color #FA757F: hue angle of 355.49º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FA757F is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 117 | 127 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.02 |
| HSL | 355.49º | 0.93% | 0.72% | - |
| HSV(B) | 355.49º | 0.53% | 0.98% | - |
| XYZ | 49.62 | 34.58 | 24.14 | - |
| YUV | 157.91 | 110.56 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 117 | 127 | 0 | 0.53 | 0.49 | 0.02 | 355.49 | 0.93 | 0.72 |
| Hex | FA | 75 | 7F | 0 | 35 | 31 | 2 | 163 | 5D | 48 |
| Octal | 372 | 165 | 177 | 0 | 65 | 61 | 2 | 543 | 135 | 110 |
| Binary | 11111010 | 1110101 | 1111111 | 0 | 110101 | 110001 | 10 | 101100011 | 1011101 | 1001000 |
Color Harmonies of #FA757F
Complementary color
Monochromatic Colors of #FA757F
Black with #FA757F
Text Example
Text Example
White with #FA757F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA757F; }
p { color: rgb(250,117,127); }
H1.HeaderClassName
{
color: #FA757F;
}
.AnyTagClassName
{
color: #FA757F;
}
</style>
background-color css
<style>
a { background-color: #FA757F; }
a { background-color: rgb(250,117,127); }
div.DivClassName
{
background-color: #FA757F;
}
.BgClassName
{
background-color: #FA757F;
}
</style>
border-color css
<style>
span { border-color: #FA757F; }
span { border-color: rgb(250,117,127); }
td.TdClassName
{
border-color: #FA757F;
}
.TagClassName
{
border-color: #FA757F;
}
</style>