Shades of Brink Pink #FC6A90
Tints of Brink Pink #FC6A90
RGB
CMYK
RGB Variations
Color information
#FC6A90 (or 0xFC6A90) is known color: Brink Pink. HEX triplet: FC, 6A and 90. RGB value is (252,106,144). Sum of RGB (Red+Green+Blue) = 252+106+144=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6A90 is #03956F. Grayscale: #999999. Windows color (decimal): -234864 or 9464572. OLE color: 9464572.
HSL color Cylindrical-coordinate representation of color #FC6A90: hue angle of 344.38º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC6A90 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 106 | 144 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.01 |
| HSL | 344.38º | 0.96% | 0.7% | - |
| HSV(B) | 344.38º | 0.58% | 0.99% | - |
| XYZ | 50.33 | 33.02 | 30.11 | - |
| YUV | 153.99 | 122.37 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 106 | 144 | 0 | 0.58 | 0.43 | 0.01 | 344.38 | 0.96 | 0.7 |
| Hex | FC | 6A | 90 | 0 | 3A | 2B | 1 | 158 | 60 | 46 |
| Octal | 374 | 152 | 220 | 0 | 72 | 53 | 1 | 530 | 140 | 106 |
| Binary | 11111100 | 1101010 | 10010000 | 0 | 111010 | 101011 | 1 | 101011000 | 1100000 | 1000110 |
Color Harmonies of #FC6A90
Complementary color
Monochromatic Colors of #FC6A90
Black with #FC6A90
Text Example
Text Example
White with #FC6A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6A90; }
p { color: rgb(252,106,144); }
H1.HeaderClassName
{
color: #FC6A90;
}
.AnyTagClassName
{
color: #FC6A90;
}
</style>
background-color css
<style>
a { background-color: #FC6A90; }
a { background-color: rgb(252,106,144); }
div.DivClassName
{
background-color: #FC6A90;
}
.BgClassName
{
background-color: #FC6A90;
}
</style>
border-color css
<style>
span { border-color: #FC6A90; }
span { border-color: rgb(252,106,144); }
td.TdClassName
{
border-color: #FC6A90;
}
.TagClassName
{
border-color: #FC6A90;
}
</style>