Shades of Brink Pink #FC677A
Tints of Brink Pink #FC677A
RGB
CMYK
RGB Variations
Color information
#FC677A (or 0xFC677A) is known color: Brink Pink. HEX triplet: FC, 67 and 7A. RGB value is (252,103,122). Sum of RGB (Red+Green+Blue) = 252+103+122=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 103 (40.62% from 255 or 21.59% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC677A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC677A is #039885. Grayscale: #959595. Windows color (decimal): -235654 or 8022012. OLE color: 8022012.
HSL color Cylindrical-coordinate representation of color #FC677A: hue angle of 352.35º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FC677A is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 122 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.01 |
| HSL | 352.35º | 0.96% | 0.7% | - |
| HSV(B) | 352.35º | 0.59% | 0.99% | - |
| XYZ | 48.51 | 31.8 | 21.99 | - |
| YUV | 149.72 | 112.36 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 122 | 0 | 0.59 | 0.52 | 0.01 | 352.35 | 0.96 | 0.7 |
| Hex | FC | 67 | 7A | 0 | 3B | 34 | 1 | 160 | 60 | 46 |
| Octal | 374 | 147 | 172 | 0 | 73 | 64 | 1 | 540 | 140 | 106 |
| Binary | 11111100 | 1100111 | 1111010 | 0 | 111011 | 110100 | 1 | 101100000 | 1100000 | 1000110 |
Color Harmonies of #FC677A
Complementary color
Monochromatic Colors of #FC677A
Black with #FC677A
Text Example
Text Example
White with #FC677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC677A; }
p { color: rgb(252,103,122); }
H1.HeaderClassName
{
color: #FC677A;
}
.AnyTagClassName
{
color: #FC677A;
}
</style>
background-color css
<style>
a { background-color: #FC677A; }
a { background-color: rgb(252,103,122); }
div.DivClassName
{
background-color: #FC677A;
}
.BgClassName
{
background-color: #FC677A;
}
</style>
border-color css
<style>
span { border-color: #FC677A; }
span { border-color: rgb(252,103,122); }
td.TdClassName
{
border-color: #FC677A;
}
.TagClassName
{
border-color: #FC677A;
}
</style>