Shades of Hot Pink #FC63BE
Tints of Hot Pink #FC63BE
RGB
CMYK
RGB Variations
Color information
#FC63BE (or 0xFC63BE) is known color: Hot Pink. HEX triplet: FC, 63 and BE. RGB value is (252,99,190). Sum of RGB (Red+Green+Blue) = 252+99+190=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 99 (39.06% from 255 or 18.30% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FC63BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC63BE is #039C41. Grayscale: #9A9A9A. Windows color (decimal): -236610 or 12477436. OLE color: 12477436.
HSL color Cylindrical-coordinate representation of color #FC63BE: hue angle of 324.31º 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 #FC63BE is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 190 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.01 |
| HSL | 324.31º | 0.96% | 0.69% | - |
| HSV(B) | 324.31º | 0.61% | 0.99% | - |
| XYZ | 53.9 | 33.34 | 52.31 | - |
| YUV | 155.12 | 147.69 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 190 | 0 | 0.61 | 0.25 | 0.01 | 324.31 | 0.96 | 0.69 |
| Hex | FC | 63 | BE | 0 | 3D | 19 | 1 | 144 | 60 | 45 |
| Octal | 374 | 143 | 276 | 0 | 75 | 31 | 1 | 504 | 140 | 105 |
| Binary | 11111100 | 1100011 | 10111110 | 0 | 111101 | 11001 | 1 | 101000100 | 1100000 | 1000101 |
Color Harmonies of #FC63BE
Complementary color
Monochromatic Colors of #FC63BE
Black with #FC63BE
Text Example
Text Example
White with #FC63BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC63BE; }
p { color: rgb(252,99,190); }
H1.HeaderClassName
{
color: #FC63BE;
}
.AnyTagClassName
{
color: #FC63BE;
}
</style>
background-color css
<style>
a { background-color: #FC63BE; }
a { background-color: rgb(252,99,190); }
div.DivClassName
{
background-color: #FC63BE;
}
.BgClassName
{
background-color: #FC63BE;
}
</style>
border-color css
<style>
span { border-color: #FC63BE; }
span { border-color: rgb(252,99,190); }
td.TdClassName
{
border-color: #FC63BE;
}
.TagClassName
{
border-color: #FC63BE;
}
</style>