Shades of Brink Pink #FC648A
Tints of Brink Pink #FC648A
RGB
CMYK
RGB Variations
Color information
#FC648A (or 0xFC648A) is known color: Brink Pink. HEX triplet: FC, 64 and 8A. RGB value is (252,100,138). Sum of RGB (Red+Green+Blue) = 252+100+138=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC648A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC648A is #039B75. Grayscale: #959595. Windows color (decimal): -236406 or 9069820. OLE color: 9069820.
HSL color Cylindrical-coordinate representation of color #FC648A: hue angle of 345º 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 #FC648A is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 100 | 138 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.01 |
| HSL | 345º | 0.96% | 0.69% | - |
| HSV(B) | 345º | 0.6% | 0.99% | - |
| XYZ | 49.29 | 31.64 | 27.55 | - |
| YUV | 149.78 | 121.36 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 100 | 138 | 0 | 0.60 | 0.45 | 0.01 | 345 | 0.96 | 0.69 |
| Hex | FC | 64 | 8A | 0 | 3C | 2D | 1 | 159 | 60 | 45 |
| Octal | 374 | 144 | 212 | 0 | 74 | 55 | 1 | 531 | 140 | 105 |
| Binary | 11111100 | 1100100 | 10001010 | 0 | 111100 | 101101 | 1 | 101011001 | 1100000 | 1000101 |
Color Harmonies of #FC648A
Complementary color
Monochromatic Colors of #FC648A
Black with #FC648A
Text Example
Text Example
White with #FC648A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC648A; }
p { color: rgb(252,100,138); }
H1.HeaderClassName
{
color: #FC648A;
}
.AnyTagClassName
{
color: #FC648A;
}
</style>
background-color css
<style>
a { background-color: #FC648A; }
a { background-color: rgb(252,100,138); }
div.DivClassName
{
background-color: #FC648A;
}
.BgClassName
{
background-color: #FC648A;
}
</style>
border-color css
<style>
span { border-color: #FC648A; }
span { border-color: rgb(252,100,138); }
td.TdClassName
{
border-color: #FC648A;
}
.TagClassName
{
border-color: #FC648A;
}
</style>