Shades of Brink Pink #FA6C90
Tints of Brink Pink #FA6C90
RGB
CMYK
RGB Variations
Color information
#FA6C90 (or 0xFA6C90) is known color: Brink Pink. HEX triplet: FA, 6C and 90. RGB value is (250,108,144). Sum of RGB (Red+Green+Blue) = 250+108+144=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6C90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6C90 is #05936F. Grayscale: #9A9A9A. Windows color (decimal): -365424 or 9465082. OLE color: 9465082.
HSL color Cylindrical-coordinate representation of color #FA6C90: hue angle of 344.79º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FA6C90 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 108 | 144 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.02 |
| HSL | 344.79º | 0.93% | 0.7% | - |
| HSV(B) | 344.79º | 0.57% | 0.98% | - |
| XYZ | 49.82 | 33.06 | 30.14 | - |
| YUV | 154.56 | 122.04 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 108 | 144 | 0 | 0.57 | 0.42 | 0.02 | 344.79 | 0.93 | 0.7 |
| Hex | FA | 6C | 90 | 0 | 39 | 2A | 2 | 159 | 5D | 46 |
| Octal | 372 | 154 | 220 | 0 | 71 | 52 | 2 | 531 | 135 | 106 |
| Binary | 11111010 | 1101100 | 10010000 | 0 | 111001 | 101010 | 10 | 101011001 | 1011101 | 1000110 |
Color Harmonies of #FA6C90
Complementary color
Monochromatic Colors of #FA6C90
Black with #FA6C90
Text Example
Text Example
White with #FA6C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6C90; }
p { color: rgb(250,108,144); }
H1.HeaderClassName
{
color: #FA6C90;
}
.AnyTagClassName
{
color: #FA6C90;
}
</style>
background-color css
<style>
a { background-color: #FA6C90; }
a { background-color: rgb(250,108,144); }
div.DivClassName
{
background-color: #FA6C90;
}
.BgClassName
{
background-color: #FA6C90;
}
</style>
border-color css
<style>
span { border-color: #FA6C90; }
span { border-color: rgb(250,108,144); }
td.TdClassName
{
border-color: #FA6C90;
}
.TagClassName
{
border-color: #FA6C90;
}
</style>