Shades of Brink Pink #FA768A
Tints of Brink Pink #FA768A
RGB
CMYK
RGB Variations
Color information
#FA768A (or 0xFA768A) is known color: Brink Pink. HEX triplet: FA, 76 and 8A. RGB value is (250,118,138). Sum of RGB (Red+Green+Blue) = 250+118+138=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA768A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA768A is #058975. Grayscale: #9F9F9F. Windows color (decimal): -362870 or 9074426. OLE color: 9074426.
HSL color Cylindrical-coordinate representation of color #FA768A: hue angle of 350.91º 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 #FA768A is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 138 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.02 |
| HSL | 350.91º | 0.93% | 0.72% | - |
| HSV(B) | 350.91º | 0.53% | 0.98% | - |
| XYZ | 50.49 | 35.12 | 28.16 | - |
| YUV | 159.75 | 115.73 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 138 | 0 | 0.53 | 0.45 | 0.02 | 350.91 | 0.93 | 0.72 |
| Hex | FA | 76 | 8A | 0 | 35 | 2D | 2 | 15F | 5D | 48 |
| Octal | 372 | 166 | 212 | 0 | 65 | 55 | 2 | 537 | 135 | 110 |
| Binary | 11111010 | 1110110 | 10001010 | 0 | 110101 | 101101 | 10 | 101011111 | 1011101 | 1001000 |
Color Harmonies of #FA768A
Complementary color
Monochromatic Colors of #FA768A
Black with #FA768A
Text Example
Text Example
White with #FA768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA768A; }
p { color: rgb(250,118,138); }
H1.HeaderClassName
{
color: #FA768A;
}
.AnyTagClassName
{
color: #FA768A;
}
</style>
background-color css
<style>
a { background-color: #FA768A; }
a { background-color: rgb(250,118,138); }
div.DivClassName
{
background-color: #FA768A;
}
.BgClassName
{
background-color: #FA768A;
}
</style>
border-color css
<style>
span { border-color: #FA768A; }
span { border-color: rgb(250,118,138); }
td.TdClassName
{
border-color: #FA768A;
}
.TagClassName
{
border-color: #FA768A;
}
</style>