Shades of Hot Pink #FF63B4
Tints of Hot Pink #FF63B4
RGB
CMYK
RGB Variations
Color information
#FF63B4 (or 0xFF63B4) is known color: Hot Pink. HEX triplet: FF, 63 and B4. RGB value is (255,99,180). Sum of RGB (Red+Green+Blue) = 255+99+180=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 99 (39.06% from 255 or 18.54% from 534); Blue value is 180 (70.70% from 255 or 33.71% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF63B4 is #009C4B. Grayscale: #9A9A9A. Windows color (decimal): -40012 or 11822079. OLE color: 11822079.
HSL color Cylindrical-coordinate representation of color #FF63B4: hue angle of 328.85º 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 #FF63B4 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 180 | - |
| CMYK | 0 | 0.61 | 0.29 | 0 |
| HSL | 328.85º | 1% | 0.69% | - |
| HSV(B) | 328.85º | 0.61% | 1% | - |
| XYZ | 53.94 | 33.48 | 46.8 | - |
| YUV | 154.88 | 142.18 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 180 | 0 | 0.61 | 0.29 | 0 | 328.85 | 1 | 0.69 |
| Hex | FF | 63 | B4 | 0 | 3D | 1D | 0 | 149 | 64 | 45 |
| Octal | 377 | 143 | 264 | 0 | 75 | 35 | 0 | 511 | 144 | 105 |
| Binary | 11111111 | 1100011 | 10110100 | 0 | 111101 | 11101 | 0 | 101001001 | 1100100 | 1000101 |
Color Harmonies of #FF63B4
Complementary color
Monochromatic Colors of #FF63B4
Black with #FF63B4
Text Example
Text Example
White with #FF63B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF63B4; }
p { color: rgb(255,99,180); }
H1.HeaderClassName
{
color: #FF63B4;
}
.AnyTagClassName
{
color: #FF63B4;
}
</style>
background-color css
<style>
a { background-color: #FF63B4; }
a { background-color: rgb(255,99,180); }
div.DivClassName
{
background-color: #FF63B4;
}
.BgClassName
{
background-color: #FF63B4;
}
</style>
border-color css
<style>
span { border-color: #FF63B4; }
span { border-color: rgb(255,99,180); }
td.TdClassName
{
border-color: #FF63B4;
}
.TagClassName
{
border-color: #FF63B4;
}
</style>