Shades of Brink Pink #FA6685
Tints of Brink Pink #FA6685
RGB
CMYK
RGB Variations
Color information
#FA6685 (or 0xFA6685) is known color: Brink Pink. HEX triplet: FA, 66 and 85. RGB value is (250,102,133). Sum of RGB (Red+Green+Blue) = 250+102+133=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6685 is #05997A. Grayscale: #959595. Windows color (decimal): -366971 or 8742650. OLE color: 8742650.
HSL color Cylindrical-coordinate representation of color #FA6685: hue angle of 347.43º 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 #FA6685 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 102 | 133 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.02 |
| HSL | 347.43º | 0.94% | 0.69% | - |
| HSV(B) | 347.43º | 0.59% | 0.98% | - |
| XYZ | 48.41 | 31.52 | 25.72 | - |
| YUV | 149.79 | 118.53 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 102 | 133 | 0 | 0.59 | 0.47 | 0.02 | 347.43 | 0.94 | 0.69 |
| Hex | FA | 66 | 85 | 0 | 3B | 2F | 2 | 15B | 5E | 45 |
| Octal | 372 | 146 | 205 | 0 | 73 | 57 | 2 | 533 | 136 | 105 |
| Binary | 11111010 | 1100110 | 10000101 | 0 | 111011 | 101111 | 10 | 101011011 | 1011110 | 1000101 |
Color Harmonies of #FA6685
Complementary color
Monochromatic Colors of #FA6685
Black with #FA6685
Text Example
Text Example
White with #FA6685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6685; }
p { color: rgb(250,102,133); }
H1.HeaderClassName
{
color: #FA6685;
}
.AnyTagClassName
{
color: #FA6685;
}
</style>
background-color css
<style>
a { background-color: #FA6685; }
a { background-color: rgb(250,102,133); }
div.DivClassName
{
background-color: #FA6685;
}
.BgClassName
{
background-color: #FA6685;
}
</style>
border-color css
<style>
span { border-color: #FA6685; }
span { border-color: rgb(250,102,133); }
td.TdClassName
{
border-color: #FA6685;
}
.TagClassName
{
border-color: #FA6685;
}
</style>