Shades of Brink Pink #FA6788
Tints of Brink Pink #FA6788
RGB
CMYK
RGB Variations
Color information
#FA6788 (or 0xFA6788) is known color: Brink Pink. HEX triplet: FA, 67 and 88. RGB value is (250,103,136). Sum of RGB (Red+Green+Blue) = 250+103+136=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 103 (40.62% from 255 or 21.06% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6788 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6788 is #059877. Grayscale: #969696. Windows color (decimal): -366712 or 8939514. OLE color: 8939514.
HSL color Cylindrical-coordinate representation of color #FA6788: hue angle of 346.53º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FA6788 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 103 | 136 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.02 |
| HSL | 346.53º | 0.94% | 0.69% | - |
| HSV(B) | 346.53º | 0.59% | 0.98% | - |
| XYZ | 48.72 | 31.8 | 26.86 | - |
| YUV | 150.72 | 119.7 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 103 | 136 | 0 | 0.59 | 0.46 | 0.02 | 346.53 | 0.94 | 0.69 |
| Hex | FA | 67 | 88 | 0 | 3B | 2E | 2 | 15B | 5E | 45 |
| Octal | 372 | 147 | 210 | 0 | 73 | 56 | 2 | 533 | 136 | 105 |
| Binary | 11111010 | 1100111 | 10001000 | 0 | 111011 | 101110 | 10 | 101011011 | 1011110 | 1000101 |
Color Harmonies of #FA6788
Complementary color
Monochromatic Colors of #FA6788
Black with #FA6788
Text Example
Text Example
White with #FA6788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6788; }
p { color: rgb(250,103,136); }
H1.HeaderClassName
{
color: #FA6788;
}
.AnyTagClassName
{
color: #FA6788;
}
</style>
background-color css
<style>
a { background-color: #FA6788; }
a { background-color: rgb(250,103,136); }
div.DivClassName
{
background-color: #FA6788;
}
.BgClassName
{
background-color: #FA6788;
}
</style>
border-color css
<style>
span { border-color: #FA6788; }
span { border-color: rgb(250,103,136); }
td.TdClassName
{
border-color: #FA6788;
}
.TagClassName
{
border-color: #FA6788;
}
</style>