Shades of Brink Pink #FA727F
Tints of Brink Pink #FA727F
RGB
CMYK
RGB Variations
Color information
#FA727F (or 0xFA727F) is known color: Brink Pink. HEX triplet: FA, 72 and 7F. RGB value is (250,114,127). Sum of RGB (Red+Green+Blue) = 250+114+127=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA727F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA727F is #058D80. Grayscale: #9C9C9C. Windows color (decimal): -363905 or 8352506. OLE color: 8352506.
HSL color Cylindrical-coordinate representation of color #FA727F: hue angle of 354.26º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA727F is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 114 | 127 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.02 |
| HSL | 354.26º | 0.93% | 0.71% | - |
| HSV(B) | 354.26º | 0.54% | 0.98% | - |
| XYZ | 49.27 | 33.89 | 24.02 | - |
| YUV | 156.15 | 111.56 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 114 | 127 | 0 | 0.54 | 0.49 | 0.02 | 354.26 | 0.93 | 0.71 |
| Hex | FA | 72 | 7F | 0 | 36 | 31 | 2 | 162 | 5D | 47 |
| Octal | 372 | 162 | 177 | 0 | 66 | 61 | 2 | 542 | 135 | 107 |
| Binary | 11111010 | 1110010 | 1111111 | 0 | 110110 | 110001 | 10 | 101100010 | 1011101 | 1000111 |
Color Harmonies of #FA727F
Complementary color
Monochromatic Colors of #FA727F
Black with #FA727F
Text Example
Text Example
White with #FA727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA727F; }
p { color: rgb(250,114,127); }
H1.HeaderClassName
{
color: #FA727F;
}
.AnyTagClassName
{
color: #FA727F;
}
</style>
background-color css
<style>
a { background-color: #FA727F; }
a { background-color: rgb(250,114,127); }
div.DivClassName
{
background-color: #FA727F;
}
.BgClassName
{
background-color: #FA727F;
}
</style>
border-color css
<style>
span { border-color: #FA727F; }
span { border-color: rgb(250,114,127); }
td.TdClassName
{
border-color: #FA727F;
}
.TagClassName
{
border-color: #FA727F;
}
</style>