Shades of Brink Pink #FC668A
Tints of Brink Pink #FC668A
RGB
CMYK
RGB Variations
Color information
#FC668A (or 0xFC668A) is known color: Brink Pink. HEX triplet: FC, 66 and 8A. RGB value is (252,102,138). Sum of RGB (Red+Green+Blue) = 252+102+138=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 102 (40.23% from 255 or 20.73% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC668A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC668A is #039975. Grayscale: #969696. Windows color (decimal): -235894 or 9070332. OLE color: 9070332.
HSL color Cylindrical-coordinate representation of color #FC668A: hue angle of 345.6º 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 #FC668A is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 102 | 138 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.01 |
| HSL | 345.6º | 0.96% | 0.69% | - |
| HSV(B) | 345.6º | 0.6% | 0.99% | - |
| XYZ | 49.48 | 32.03 | 27.62 | - |
| YUV | 150.95 | 120.7 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 102 | 138 | 0 | 0.60 | 0.45 | 0.01 | 345.6 | 0.96 | 0.69 |
| Hex | FC | 66 | 8A | 0 | 3C | 2D | 1 | 15A | 60 | 45 |
| Octal | 374 | 146 | 212 | 0 | 74 | 55 | 1 | 532 | 140 | 105 |
| Binary | 11111100 | 1100110 | 10001010 | 0 | 111100 | 101101 | 1 | 101011010 | 1100000 | 1000101 |
Color Harmonies of #FC668A
Complementary color
Monochromatic Colors of #FC668A
Black with #FC668A
Text Example
Text Example
White with #FC668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC668A; }
p { color: rgb(252,102,138); }
H1.HeaderClassName
{
color: #FC668A;
}
.AnyTagClassName
{
color: #FC668A;
}
</style>
background-color css
<style>
a { background-color: #FC668A; }
a { background-color: rgb(252,102,138); }
div.DivClassName
{
background-color: #FC668A;
}
.BgClassName
{
background-color: #FC668A;
}
</style>
border-color css
<style>
span { border-color: #FC668A; }
span { border-color: rgb(252,102,138); }
td.TdClassName
{
border-color: #FC668A;
}
.TagClassName
{
border-color: #FC668A;
}
</style>