Shades of Hot Pink #FB63B2
Tints of Hot Pink #FB63B2
RGB
CMYK
RGB Variations
Color information
#FB63B2 (or 0xFB63B2) is known color: Hot Pink. HEX triplet: FB, 63 and B2. RGB value is (251,99,178). Sum of RGB (Red+Green+Blue) = 251+99+178=528 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.54% from 528); Green value is 99 (39.06% from 255 or 18.75% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 251 - color contains mainly: red. Hex color #FB63B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB63B2 is #049C4D. Grayscale: #999999. Windows color (decimal): -302158 or 11691003. OLE color: 11691003.
HSL color Cylindrical-coordinate representation of color #FB63B2: hue angle of 328.82º 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 #FB63B2 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 99 | 178 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.02 |
| HSL | 328.82º | 0.95% | 0.69% | - |
| HSV(B) | 328.82º | 0.61% | 0.98% | - |
| XYZ | 52.28 | 32.65 | 45.67 | - |
| YUV | 153.45 | 141.86 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 99 | 178 | 0 | 0.61 | 0.29 | 0.02 | 328.82 | 0.95 | 0.69 |
| Hex | FB | 63 | B2 | 0 | 3D | 1D | 2 | 149 | 5F | 45 |
| Octal | 373 | 143 | 262 | 0 | 75 | 35 | 2 | 511 | 137 | 105 |
| Binary | 11111011 | 1100011 | 10110010 | 0 | 111101 | 11101 | 10 | 101001001 | 1011111 | 1000101 |
Color Harmonies of #FB63B2
Complementary color
Monochromatic Colors of #FB63B2
Black with #FB63B2
Text Example
Text Example
White with #FB63B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB63B2; }
p { color: rgb(251,99,178); }
H1.HeaderClassName
{
color: #FB63B2;
}
.AnyTagClassName
{
color: #FB63B2;
}
</style>
background-color css
<style>
a { background-color: #FB63B2; }
a { background-color: rgb(251,99,178); }
div.DivClassName
{
background-color: #FB63B2;
}
.BgClassName
{
background-color: #FB63B2;
}
</style>
border-color css
<style>
span { border-color: #FB63B2; }
span { border-color: rgb(251,99,178); }
td.TdClassName
{
border-color: #FB63B2;
}
.TagClassName
{
border-color: #FB63B2;
}
</style>