Shades of Hot Pink #FE64B3
Tints of Hot Pink #FE64B3
RGB
CMYK
RGB Variations
Color information
#FE64B3 (or 0xFE64B3) is known color: Hot Pink. HEX triplet: FE, 64 and B3. RGB value is (254,100,179). Sum of RGB (Red+Green+Blue) = 254+100+179=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 100 (39.45% from 255 or 18.76% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FE64B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE64B3 is #019B4C. Grayscale: #9A9A9A. Windows color (decimal): -105293 or 11756798. OLE color: 11756798.
HSL color Cylindrical-coordinate representation of color #FE64B3: hue angle of 329.22º 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 #FE64B3 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 179 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.00 |
| HSL | 329.22º | 0.99% | 0.69% | - |
| HSV(B) | 329.22º | 0.61% | 1% | - |
| XYZ | 53.57 | 33.44 | 46.28 | - |
| YUV | 155.05 | 141.52 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 179 | 0 | 0.61 | 0.30 | 0.00 | 329.22 | 0.99 | 0.69 |
| Hex | FE | 64 | B3 | 0 | 3D | 1E | 0 | 149 | 63 | 45 |
| Octal | 376 | 144 | 263 | 0 | 75 | 36 | 0 | 511 | 143 | 105 |
| Binary | 11111110 | 1100100 | 10110011 | 0 | 111101 | 11110 | 0 | 101001001 | 1100011 | 1000101 |
Color Harmonies of #FE64B3
Complementary color
Monochromatic Colors of #FE64B3
Black with #FE64B3
Text Example
Text Example
White with #FE64B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE64B3; }
p { color: rgb(254,100,179); }
H1.HeaderClassName
{
color: #FE64B3;
}
.AnyTagClassName
{
color: #FE64B3;
}
</style>
background-color css
<style>
a { background-color: #FE64B3; }
a { background-color: rgb(254,100,179); }
div.DivClassName
{
background-color: #FE64B3;
}
.BgClassName
{
background-color: #FE64B3;
}
</style>
border-color css
<style>
span { border-color: #FE64B3; }
span { border-color: rgb(254,100,179); }
td.TdClassName
{
border-color: #FE64B3;
}
.TagClassName
{
border-color: #FE64B3;
}
</style>