Shades of Brink Pink #FC677E
Tints of Brink Pink #FC677E
RGB
CMYK
RGB Variations
Color information
#FC677E (or 0xFC677E) is known color: Brink Pink. HEX triplet: FC, 67 and 7E. RGB value is (252,103,126). Sum of RGB (Red+Green+Blue) = 252+103+126=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC677E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC677E is #039881. Grayscale: #969696. Windows color (decimal): -235650 or 8284156. OLE color: 8284156.
HSL color Cylindrical-coordinate representation of color #FC677E: hue angle of 350.74º 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 #FC677E is Cyan = 0, Magento = 0.59, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 126 | - |
| CMYK | 0 | 0.59 | 0.5 | 0.01 |
| HSL | 350.74º | 0.96% | 0.7% | - |
| HSV(B) | 350.74º | 0.59% | 0.99% | - |
| XYZ | 48.76 | 31.9 | 23.33 | - |
| YUV | 150.17 | 114.36 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 126 | 0 | 0.59 | 0.5 | 0.01 | 350.74 | 0.96 | 0.7 |
| Hex | FC | 67 | 7E | 0 | 3B | 32 | 1 | 15F | 60 | 46 |
| Octal | 374 | 147 | 176 | 0 | 73 | 62 | 1 | 537 | 140 | 106 |
| Binary | 11111100 | 1100111 | 1111110 | 0 | 111011 | 110010 | 1 | 101011111 | 1100000 | 1000110 |
Color Harmonies of #FC677E
Complementary color
Monochromatic Colors of #FC677E
Black with #FC677E
Text Example
Text Example
White with #FC677E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC677E; }
p { color: rgb(252,103,126); }
H1.HeaderClassName
{
color: #FC677E;
}
.AnyTagClassName
{
color: #FC677E;
}
</style>
background-color css
<style>
a { background-color: #FC677E; }
a { background-color: rgb(252,103,126); }
div.DivClassName
{
background-color: #FC677E;
}
.BgClassName
{
background-color: #FC677E;
}
</style>
border-color css
<style>
span { border-color: #FC677E; }
span { border-color: rgb(252,103,126); }
td.TdClassName
{
border-color: #FC677E;
}
.TagClassName
{
border-color: #FC677E;
}
</style>