Shades of Brink Pink #FC668C
Tints of Brink Pink #FC668C
RGB
CMYK
RGB Variations
Color information
#FC668C (or 0xFC668C) is known color: Brink Pink. HEX triplet: FC, 66 and 8C. RGB value is (252,102,140). Sum of RGB (Red+Green+Blue) = 252+102+140=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC668C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC668C is #039973. Grayscale: #979797. Windows color (decimal): -235892 or 9201404. OLE color: 9201404.
HSL color Cylindrical-coordinate representation of color #FC668C: hue angle of 344.8º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC668C is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 102 | 140 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.01 |
| HSL | 344.8º | 0.96% | 0.69% | - |
| HSV(B) | 344.8º | 0.6% | 0.99% | - |
| XYZ | 49.63 | 32.09 | 28.39 | - |
| YUV | 151.18 | 121.7 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 102 | 140 | 0 | 0.60 | 0.44 | 0.01 | 344.8 | 0.96 | 0.69 |
| Hex | FC | 66 | 8C | 0 | 3C | 2C | 1 | 159 | 60 | 45 |
| Octal | 374 | 146 | 214 | 0 | 74 | 54 | 1 | 531 | 140 | 105 |
| Binary | 11111100 | 1100110 | 10001100 | 0 | 111100 | 101100 | 1 | 101011001 | 1100000 | 1000101 |
Color Harmonies of #FC668C
Complementary color
Monochromatic Colors of #FC668C
Black with #FC668C
Text Example
Text Example
White with #FC668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC668C; }
p { color: rgb(252,102,140); }
H1.HeaderClassName
{
color: #FC668C;
}
.AnyTagClassName
{
color: #FC668C;
}
</style>
background-color css
<style>
a { background-color: #FC668C; }
a { background-color: rgb(252,102,140); }
div.DivClassName
{
background-color: #FC668C;
}
.BgClassName
{
background-color: #FC668C;
}
</style>
border-color css
<style>
span { border-color: #FC668C; }
span { border-color: rgb(252,102,140); }
td.TdClassName
{
border-color: #FC668C;
}
.TagClassName
{
border-color: #FC668C;
}
</style>