Shades of Brink Pink #FA6785
Tints of Brink Pink #FA6785
RGB
CMYK
RGB Variations
Color information
#FA6785 (or 0xFA6785) is known color: Brink Pink. HEX triplet: FA, 67 and 85. RGB value is (250,103,133). Sum of RGB (Red+Green+Blue) = 250+103+133=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6785 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6785 is #05987A. Grayscale: #969696. Windows color (decimal): -366715 or 8742906. OLE color: 8742906.
HSL color Cylindrical-coordinate representation of color #FA6785: hue angle of 347.76º 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 #FA6785 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 103 | 133 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.02 |
| HSL | 347.76º | 0.94% | 0.69% | - |
| HSV(B) | 347.76º | 0.59% | 0.98% | - |
| XYZ | 48.51 | 31.72 | 25.76 | - |
| YUV | 150.37 | 118.2 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 103 | 133 | 0 | 0.59 | 0.47 | 0.02 | 347.76 | 0.94 | 0.69 |
| Hex | FA | 67 | 85 | 0 | 3B | 2F | 2 | 15C | 5E | 45 |
| Octal | 372 | 147 | 205 | 0 | 73 | 57 | 2 | 534 | 136 | 105 |
| Binary | 11111010 | 1100111 | 10000101 | 0 | 111011 | 101111 | 10 | 101011100 | 1011110 | 1000101 |
Color Harmonies of #FA6785
Complementary color
Monochromatic Colors of #FA6785
Black with #FA6785
Text Example
Text Example
White with #FA6785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6785; }
p { color: rgb(250,103,133); }
H1.HeaderClassName
{
color: #FA6785;
}
.AnyTagClassName
{
color: #FA6785;
}
</style>
background-color css
<style>
a { background-color: #FA6785; }
a { background-color: rgb(250,103,133); }
div.DivClassName
{
background-color: #FA6785;
}
.BgClassName
{
background-color: #FA6785;
}
</style>
border-color css
<style>
span { border-color: #FA6785; }
span { border-color: rgb(250,103,133); }
td.TdClassName
{
border-color: #FA6785;
}
.TagClassName
{
border-color: #FA6785;
}
</style>