Shades of Brink Pink #FC6B7B
Tints of Brink Pink #FC6B7B
RGB
CMYK
RGB Variations
Color information
#FC6B7B (or 0xFC6B7B) is known color: Brink Pink. HEX triplet: FC, 6B and 7B. RGB value is (252,107,123). Sum of RGB (Red+Green+Blue) = 252+107+123=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6B7B is #039484. Grayscale: #989898. Windows color (decimal): -234629 or 8088572. OLE color: 8088572.
HSL color Cylindrical-coordinate representation of color #FC6B7B: hue angle of 353.38º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC6B7B is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 107 | 123 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.01 |
| HSL | 353.38º | 0.96% | 0.7% | - |
| HSV(B) | 353.38º | 0.58% | 0.99% | - |
| XYZ | 48.98 | 32.64 | 22.46 | - |
| YUV | 152.18 | 111.54 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 107 | 123 | 0 | 0.58 | 0.51 | 0.01 | 353.38 | 0.96 | 0.7 |
| Hex | FC | 6B | 7B | 0 | 3A | 33 | 1 | 161 | 60 | 46 |
| Octal | 374 | 153 | 173 | 0 | 72 | 63 | 1 | 541 | 140 | 106 |
| Binary | 11111100 | 1101011 | 1111011 | 0 | 111010 | 110011 | 1 | 101100001 | 1100000 | 1000110 |
Color Harmonies of #FC6B7B
Complementary color
Monochromatic Colors of #FC6B7B
Black with #FC6B7B
Text Example
Text Example
White with #FC6B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6B7B; }
p { color: rgb(252,107,123); }
H1.HeaderClassName
{
color: #FC6B7B;
}
.AnyTagClassName
{
color: #FC6B7B;
}
</style>
background-color css
<style>
a { background-color: #FC6B7B; }
a { background-color: rgb(252,107,123); }
div.DivClassName
{
background-color: #FC6B7B;
}
.BgClassName
{
background-color: #FC6B7B;
}
</style>
border-color css
<style>
span { border-color: #FC6B7B; }
span { border-color: rgb(252,107,123); }
td.TdClassName
{
border-color: #FC6B7B;
}
.TagClassName
{
border-color: #FC6B7B;
}
</style>