Shades of Brink Pink #FC667A
Tints of Brink Pink #FC667A
RGB
CMYK
RGB Variations
Color information
#FC667A (or 0xFC667A) is known color: Brink Pink. HEX triplet: FC, 66 and 7A. RGB value is (252,102,122). Sum of RGB (Red+Green+Blue) = 252+102+122=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC667A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC667A is #039985. Grayscale: #959595. Windows color (decimal): -235910 or 8021756. OLE color: 8021756.
HSL color Cylindrical-coordinate representation of color #FC667A: hue angle of 352º 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 #FC667A is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 102 | 122 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.01 |
| HSL | 352º | 0.96% | 0.69% | - |
| HSV(B) | 352º | 0.6% | 0.99% | - |
| XYZ | 48.41 | 31.6 | 21.96 | - |
| YUV | 149.13 | 112.7 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 102 | 122 | 0 | 0.60 | 0.52 | 0.01 | 352 | 0.96 | 0.69 |
| Hex | FC | 66 | 7A | 0 | 3C | 34 | 1 | 160 | 60 | 45 |
| Octal | 374 | 146 | 172 | 0 | 74 | 64 | 1 | 540 | 140 | 105 |
| Binary | 11111100 | 1100110 | 1111010 | 0 | 111100 | 110100 | 1 | 101100000 | 1100000 | 1000101 |
Color Harmonies of #FC667A
Complementary color
Monochromatic Colors of #FC667A
Black with #FC667A
Text Example
Text Example
White with #FC667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC667A; }
p { color: rgb(252,102,122); }
H1.HeaderClassName
{
color: #FC667A;
}
.AnyTagClassName
{
color: #FC667A;
}
</style>
background-color css
<style>
a { background-color: #FC667A; }
a { background-color: rgb(252,102,122); }
div.DivClassName
{
background-color: #FC667A;
}
.BgClassName
{
background-color: #FC667A;
}
</style>
border-color css
<style>
span { border-color: #FC667A; }
span { border-color: rgb(252,102,122); }
td.TdClassName
{
border-color: #FC667A;
}
.TagClassName
{
border-color: #FC667A;
}
</style>