Shades of Hot Pink #FB63BC
Tints of Hot Pink #FB63BC
RGB
CMYK
RGB Variations
Color information
#FB63BC (or 0xFB63BC) is known color: Hot Pink. HEX triplet: FB, 63 and BC. RGB value is (251,99,188). Sum of RGB (Red+Green+Blue) = 251+99+188=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 99 (39.06% from 255 or 18.40% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FB63BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB63BC is #049C43. Grayscale: #9A9A9A. Windows color (decimal): -302148 or 12346363. OLE color: 12346363.
HSL color Cylindrical-coordinate representation of color #FB63BC: hue angle of 324.87º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FB63BC is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 99 | 188 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.02 |
| HSL | 324.87º | 0.95% | 0.69% | - |
| HSV(B) | 324.87º | 0.61% | 0.98% | - |
| XYZ | 53.32 | 33.06 | 51.15 | - |
| YUV | 154.59 | 146.86 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 99 | 188 | 0 | 0.61 | 0.25 | 0.02 | 324.87 | 0.95 | 0.69 |
| Hex | FB | 63 | BC | 0 | 3D | 19 | 2 | 145 | 5F | 45 |
| Octal | 373 | 143 | 274 | 0 | 75 | 31 | 2 | 505 | 137 | 105 |
| Binary | 11111011 | 1100011 | 10111100 | 0 | 111101 | 11001 | 10 | 101000101 | 1011111 | 1000101 |
Color Harmonies of #FB63BC
Complementary color
Monochromatic Colors of #FB63BC
Black with #FB63BC
Text Example
Text Example
White with #FB63BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB63BC; }
p { color: rgb(251,99,188); }
H1.HeaderClassName
{
color: #FB63BC;
}
.AnyTagClassName
{
color: #FB63BC;
}
</style>
background-color css
<style>
a { background-color: #FB63BC; }
a { background-color: rgb(251,99,188); }
div.DivClassName
{
background-color: #FB63BC;
}
.BgClassName
{
background-color: #FB63BC;
}
</style>
border-color css
<style>
span { border-color: #FB63BC; }
span { border-color: rgb(251,99,188); }
td.TdClassName
{
border-color: #FB63BC;
}
.TagClassName
{
border-color: #FB63BC;
}
</style>