Shades of Brink Pink #FC667C
Tints of Brink Pink #FC667C
RGB
CMYK
RGB Variations
Color information
#FC667C (or 0xFC667C) is known color: Brink Pink. HEX triplet: FC, 66 and 7C. RGB value is (252,102,124). Sum of RGB (Red+Green+Blue) = 252+102+124=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC667C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC667C is #039983. Grayscale: #959595. Windows color (decimal): -235908 or 8152828. OLE color: 8152828.
HSL color Cylindrical-coordinate representation of color #FC667C: hue angle of 351.2º 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 #FC667C is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 102 | 124 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.01 |
| HSL | 351.2º | 0.96% | 0.69% | - |
| HSV(B) | 351.2º | 0.6% | 0.99% | - |
| XYZ | 48.53 | 31.65 | 22.62 | - |
| YUV | 149.36 | 113.7 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 102 | 124 | 0 | 0.60 | 0.51 | 0.01 | 351.2 | 0.96 | 0.69 |
| Hex | FC | 66 | 7C | 0 | 3C | 33 | 1 | 15F | 60 | 45 |
| Octal | 374 | 146 | 174 | 0 | 74 | 63 | 1 | 537 | 140 | 105 |
| Binary | 11111100 | 1100110 | 1111100 | 0 | 111100 | 110011 | 1 | 101011111 | 1100000 | 1000101 |
Color Harmonies of #FC667C
Complementary color
Monochromatic Colors of #FC667C
Black with #FC667C
Text Example
Text Example
White with #FC667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC667C; }
p { color: rgb(252,102,124); }
H1.HeaderClassName
{
color: #FC667C;
}
.AnyTagClassName
{
color: #FC667C;
}
</style>
background-color css
<style>
a { background-color: #FC667C; }
a { background-color: rgb(252,102,124); }
div.DivClassName
{
background-color: #FC667C;
}
.BgClassName
{
background-color: #FC667C;
}
</style>
border-color css
<style>
span { border-color: #FC667C; }
span { border-color: rgb(252,102,124); }
td.TdClassName
{
border-color: #FC667C;
}
.TagClassName
{
border-color: #FC667C;
}
</style>