Shades of Hot Pink #FF63B3
Tints of Hot Pink #FF63B3
RGB
CMYK
RGB Variations
Color information
#FF63B3 (or 0xFF63B3) is known color: Hot Pink. HEX triplet: FF, 63 and B3. RGB value is (255,99,179). Sum of RGB (Red+Green+Blue) = 255+99+179=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 99 (39.06% from 255 or 18.57% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF63B3 is #009C4C. Grayscale: #9A9A9A. Windows color (decimal): -40013 or 11756543. OLE color: 11756543.
HSL color Cylindrical-coordinate representation of color #FF63B3: hue angle of 329.23º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF63B3 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 179 | - |
| CMYK | 0 | 0.61 | 0.30 | 0 |
| HSL | 329.23º | 1% | 0.69% | - |
| HSV(B) | 329.23º | 0.61% | 1% | - |
| XYZ | 53.84 | 33.44 | 46.26 | - |
| YUV | 154.76 | 141.68 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 179 | 0 | 0.61 | 0.30 | 0 | 329.23 | 1 | 0.69 |
| Hex | FF | 63 | B3 | 0 | 3D | 1E | 0 | 149 | 64 | 45 |
| Octal | 377 | 143 | 263 | 0 | 75 | 36 | 0 | 511 | 144 | 105 |
| Binary | 11111111 | 1100011 | 10110011 | 0 | 111101 | 11110 | 0 | 101001001 | 1100100 | 1000101 |
Color Harmonies of #FF63B3
Complementary color
Monochromatic Colors of #FF63B3
Black with #FF63B3
Text Example
Text Example
White with #FF63B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF63B3; }
p { color: rgb(255,99,179); }
H1.HeaderClassName
{
color: #FF63B3;
}
.AnyTagClassName
{
color: #FF63B3;
}
</style>
background-color css
<style>
a { background-color: #FF63B3; }
a { background-color: rgb(255,99,179); }
div.DivClassName
{
background-color: #FF63B3;
}
.BgClassName
{
background-color: #FF63B3;
}
</style>
border-color css
<style>
span { border-color: #FF63B3; }
span { border-color: rgb(255,99,179); }
td.TdClassName
{
border-color: #FF63B3;
}
.TagClassName
{
border-color: #FF63B3;
}
</style>