Shades of Brink Pink #FC638A
Tints of Brink Pink #FC638A
RGB
CMYK
RGB Variations
Color information
#FC638A (or 0xFC638A) is known color: Brink Pink. HEX triplet: FC, 63 and 8A. RGB value is (252,99,138). Sum of RGB (Red+Green+Blue) = 252+99+138=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC638A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC638A is #039C75. Grayscale: #959595. Windows color (decimal): -236662 or 9069564. OLE color: 9069564.
HSL color Cylindrical-coordinate representation of color #FC638A: hue angle of 344.71º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC638A is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 138 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.01 |
| HSL | 344.71º | 0.96% | 0.69% | - |
| HSV(B) | 344.71º | 0.61% | 0.99% | - |
| XYZ | 49.19 | 31.45 | 27.52 | - |
| YUV | 149.19 | 121.69 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 138 | 0 | 0.61 | 0.45 | 0.01 | 344.71 | 0.96 | 0.69 |
| Hex | FC | 63 | 8A | 0 | 3D | 2D | 1 | 159 | 60 | 45 |
| Octal | 374 | 143 | 212 | 0 | 75 | 55 | 1 | 531 | 140 | 105 |
| Binary | 11111100 | 1100011 | 10001010 | 0 | 111101 | 101101 | 1 | 101011001 | 1100000 | 1000101 |
Color Harmonies of #FC638A
Complementary color
Monochromatic Colors of #FC638A
Black with #FC638A
Text Example
Text Example
White with #FC638A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC638A; }
p { color: rgb(252,99,138); }
H1.HeaderClassName
{
color: #FC638A;
}
.AnyTagClassName
{
color: #FC638A;
}
</style>
background-color css
<style>
a { background-color: #FC638A; }
a { background-color: rgb(252,99,138); }
div.DivClassName
{
background-color: #FC638A;
}
.BgClassName
{
background-color: #FC638A;
}
</style>
border-color css
<style>
span { border-color: #FC638A; }
span { border-color: rgb(252,99,138); }
td.TdClassName
{
border-color: #FC638A;
}
.TagClassName
{
border-color: #FC638A;
}
</style>