Shades of Brink Pink #FC667F
Tints of Brink Pink #FC667F
RGB
CMYK
RGB Variations
Color information
#FC667F (or 0xFC667F) is known color: Brink Pink. HEX triplet: FC, 66 and 7F. RGB value is (252,102,127). Sum of RGB (Red+Green+Blue) = 252+102+127=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC667F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC667F is #039980. Grayscale: #959595. Windows color (decimal): -235905 or 8349436. OLE color: 8349436.
HSL color Cylindrical-coordinate representation of color #FC667F: hue angle of 350º 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 #FC667F is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 102 | 127 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.01 |
| HSL | 350º | 0.96% | 0.69% | - |
| HSV(B) | 350º | 0.6% | 0.99% | - |
| XYZ | 48.73 | 31.73 | 23.64 | - |
| YUV | 149.7 | 115.2 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 102 | 127 | 0 | 0.60 | 0.50 | 0.01 | 350 | 0.96 | 0.69 |
| Hex | FC | 66 | 7F | 0 | 3C | 32 | 1 | 15E | 60 | 45 |
| Octal | 374 | 146 | 177 | 0 | 74 | 62 | 1 | 536 | 140 | 105 |
| Binary | 11111100 | 1100110 | 1111111 | 0 | 111100 | 110010 | 1 | 101011110 | 1100000 | 1000101 |
Color Harmonies of #FC667F
Complementary color
Monochromatic Colors of #FC667F
Black with #FC667F
Text Example
Text Example
White with #FC667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC667F; }
p { color: rgb(252,102,127); }
H1.HeaderClassName
{
color: #FC667F;
}
.AnyTagClassName
{
color: #FC667F;
}
</style>
background-color css
<style>
a { background-color: #FC667F; }
a { background-color: rgb(252,102,127); }
div.DivClassName
{
background-color: #FC667F;
}
.BgClassName
{
background-color: #FC667F;
}
</style>
border-color css
<style>
span { border-color: #FC667F; }
span { border-color: rgb(252,102,127); }
td.TdClassName
{
border-color: #FC667F;
}
.TagClassName
{
border-color: #FC667F;
}
</style>