Shades of Brink Pink #FA6688
Tints of Brink Pink #FA6688
RGB
CMYK
RGB Variations
Color information
#FA6688 (or 0xFA6688) is known color: Brink Pink. HEX triplet: FA, 66 and 88. RGB value is (250,102,136). Sum of RGB (Red+Green+Blue) = 250+102+136=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6688 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6688 is #059977. Grayscale: #969696. Windows color (decimal): -366968 or 8939258. OLE color: 8939258.
HSL color Cylindrical-coordinate representation of color #FA6688: hue angle of 346.22º 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 #FA6688 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 102 | 136 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.02 |
| HSL | 346.22º | 0.94% | 0.69% | - |
| HSV(B) | 346.22º | 0.59% | 0.98% | - |
| XYZ | 48.62 | 31.6 | 26.83 | - |
| YUV | 150.13 | 120.03 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 102 | 136 | 0 | 0.59 | 0.46 | 0.02 | 346.22 | 0.94 | 0.69 |
| Hex | FA | 66 | 88 | 0 | 3B | 2E | 2 | 15A | 5E | 45 |
| Octal | 372 | 146 | 210 | 0 | 73 | 56 | 2 | 532 | 136 | 105 |
| Binary | 11111010 | 1100110 | 10001000 | 0 | 111011 | 101110 | 10 | 101011010 | 1011110 | 1000101 |
Color Harmonies of #FA6688
Complementary color
Monochromatic Colors of #FA6688
Black with #FA6688
Text Example
Text Example
White with #FA6688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6688; }
p { color: rgb(250,102,136); }
H1.HeaderClassName
{
color: #FA6688;
}
.AnyTagClassName
{
color: #FA6688;
}
</style>
background-color css
<style>
a { background-color: #FA6688; }
a { background-color: rgb(250,102,136); }
div.DivClassName
{
background-color: #FA6688;
}
.BgClassName
{
background-color: #FA6688;
}
</style>
border-color css
<style>
span { border-color: #FA6688; }
span { border-color: rgb(250,102,136); }
td.TdClassName
{
border-color: #FA6688;
}
.TagClassName
{
border-color: #FA6688;
}
</style>