Shades of Brink Pink #FA727C
Tints of Brink Pink #FA727C
RGB
CMYK
RGB Variations
Color information
#FA727C (or 0xFA727C) is known color: Brink Pink. HEX triplet: FA, 72 and 7C. RGB value is (250,114,124). Sum of RGB (Red+Green+Blue) = 250+114+124=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 114 (44.92% from 255 or 23.36% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA727C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA727C is #058D83. Grayscale: #9B9B9B. Windows color (decimal): -363908 or 8155898. OLE color: 8155898.
HSL color Cylindrical-coordinate representation of color #FA727C: hue angle of 355.59º 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 #FA727C is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 114 | 124 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.02 |
| HSL | 355.59º | 0.93% | 0.71% | - |
| HSV(B) | 355.59º | 0.54% | 0.98% | - |
| XYZ | 49.08 | 33.81 | 23.01 | - |
| YUV | 155.8 | 110.06 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 114 | 124 | 0 | 0.54 | 0.50 | 0.02 | 355.59 | 0.93 | 0.71 |
| Hex | FA | 72 | 7C | 0 | 36 | 32 | 2 | 164 | 5D | 47 |
| Octal | 372 | 162 | 174 | 0 | 66 | 62 | 2 | 544 | 135 | 107 |
| Binary | 11111010 | 1110010 | 1111100 | 0 | 110110 | 110010 | 10 | 101100100 | 1011101 | 1000111 |
Color Harmonies of #FA727C
Complementary color
Monochromatic Colors of #FA727C
Black with #FA727C
Text Example
Text Example
White with #FA727C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA727C; }
p { color: rgb(250,114,124); }
H1.HeaderClassName
{
color: #FA727C;
}
.AnyTagClassName
{
color: #FA727C;
}
</style>
background-color css
<style>
a { background-color: #FA727C; }
a { background-color: rgb(250,114,124); }
div.DivClassName
{
background-color: #FA727C;
}
.BgClassName
{
background-color: #FA727C;
}
</style>
border-color css
<style>
span { border-color: #FA727C; }
span { border-color: rgb(250,114,124); }
td.TdClassName
{
border-color: #FA727C;
}
.TagClassName
{
border-color: #FA727C;
}
</style>