Shades of Hot Pink #FE63BC
Tints of Hot Pink #FE63BC
RGB
CMYK
RGB Variations
Color information
#FE63BC (or 0xFE63BC) is known color: Hot Pink. HEX triplet: FE, 63 and BC. RGB value is (254,99,188). Sum of RGB (Red+Green+Blue) = 254+99+188=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 99 (39.06% from 255 or 18.30% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FE63BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE63BC is #019C43. Grayscale: #9B9B9B. Windows color (decimal): -105540 or 12346366. OLE color: 12346366.
HSL color Cylindrical-coordinate representation of color #FE63BC: hue angle of 325.55º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE63BC is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 188 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.00 |
| HSL | 325.55º | 0.99% | 0.69% | - |
| HSV(B) | 325.55º | 0.61% | 1% | - |
| XYZ | 54.41 | 33.63 | 51.2 | - |
| YUV | 155.49 | 146.35 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 188 | 0 | 0.61 | 0.26 | 0.00 | 325.55 | 0.99 | 0.69 |
| Hex | FE | 63 | BC | 0 | 3D | 1A | 0 | 146 | 63 | 45 |
| Octal | 376 | 143 | 274 | 0 | 75 | 32 | 0 | 506 | 143 | 105 |
| Binary | 11111110 | 1100011 | 10111100 | 0 | 111101 | 11010 | 0 | 101000110 | 1100011 | 1000101 |
Color Harmonies of #FE63BC
Complementary color
Monochromatic Colors of #FE63BC
Black with #FE63BC
Text Example
Text Example
White with #FE63BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE63BC; }
p { color: rgb(254,99,188); }
H1.HeaderClassName
{
color: #FE63BC;
}
.AnyTagClassName
{
color: #FE63BC;
}
</style>
background-color css
<style>
a { background-color: #FE63BC; }
a { background-color: rgb(254,99,188); }
div.DivClassName
{
background-color: #FE63BC;
}
.BgClassName
{
background-color: #FE63BC;
}
</style>
border-color css
<style>
span { border-color: #FE63BC; }
span { border-color: rgb(254,99,188); }
td.TdClassName
{
border-color: #FE63BC;
}
.TagClassName
{
border-color: #FE63BC;
}
</style>