Shades of Hot Pink #FB63B0
Tints of Hot Pink #FB63B0
RGB
CMYK
RGB Variations
Color information
#FB63B0 (or 0xFB63B0) is known color: Hot Pink. HEX triplet: FB, 63 and B0. RGB value is (251,99,176). Sum of RGB (Red+Green+Blue) = 251+99+176=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 99 (39.06% from 255 or 18.82% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 251 - color contains mainly: red. Hex color #FB63B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB63B0 is #049C4F. Grayscale: #999999. Windows color (decimal): -302160 or 11559931. OLE color: 11559931.
HSL color Cylindrical-coordinate representation of color #FB63B0: hue angle of 329.61º 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 #FB63B0 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 99 | 176 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.02 |
| HSL | 329.61º | 0.95% | 0.69% | - |
| HSV(B) | 329.61º | 0.61% | 0.98% | - |
| XYZ | 52.08 | 32.57 | 44.62 | - |
| YUV | 153.23 | 140.86 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 99 | 176 | 0 | 0.61 | 0.30 | 0.02 | 329.61 | 0.95 | 0.69 |
| Hex | FB | 63 | B0 | 0 | 3D | 1E | 2 | 14A | 5F | 45 |
| Octal | 373 | 143 | 260 | 0 | 75 | 36 | 2 | 512 | 137 | 105 |
| Binary | 11111011 | 1100011 | 10110000 | 0 | 111101 | 11110 | 10 | 101001010 | 1011111 | 1000101 |
Color Harmonies of #FB63B0
Complementary color
Monochromatic Colors of #FB63B0
Black with #FB63B0
Text Example
Text Example
White with #FB63B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB63B0; }
p { color: rgb(251,99,176); }
H1.HeaderClassName
{
color: #FB63B0;
}
.AnyTagClassName
{
color: #FB63B0;
}
</style>
background-color css
<style>
a { background-color: #FB63B0; }
a { background-color: rgb(251,99,176); }
div.DivClassName
{
background-color: #FB63B0;
}
.BgClassName
{
background-color: #FB63B0;
}
</style>
border-color css
<style>
span { border-color: #FB63B0; }
span { border-color: rgb(251,99,176); }
td.TdClassName
{
border-color: #FB63B0;
}
.TagClassName
{
border-color: #FB63B0;
}
</style>