Shades of Hot Pink #FE68BD
Tints of Hot Pink #FE68BD
RGB
CMYK
RGB Variations
Color information
#FE68BD (or 0xFE68BD) is known color: Hot Pink. HEX triplet: FE, 68 and BD. RGB value is (254,104,189). Sum of RGB (Red+Green+Blue) = 254+104+189=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 104 (41.02% from 255 or 19.01% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE68BD is #019742. Grayscale: #9E9E9E. Windows color (decimal): -104259 or 12413182. OLE color: 12413182.
HSL color Cylindrical-coordinate representation of color #FE68BD: hue angle of 326º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE68BD is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 189 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.00 |
| HSL | 326º | 0.99% | 0.7% | - |
| HSV(B) | 326º | 0.59% | 1% | - |
| XYZ | 55.01 | 34.65 | 51.93 | - |
| YUV | 158.54 | 145.2 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 189 | 0 | 0.59 | 0.26 | 0.00 | 326 | 0.99 | 0.7 |
| Hex | FE | 68 | BD | 0 | 3B | 1A | 0 | 146 | 63 | 46 |
| Octal | 376 | 150 | 275 | 0 | 73 | 32 | 0 | 506 | 143 | 106 |
| Binary | 11111110 | 1101000 | 10111101 | 0 | 111011 | 11010 | 0 | 101000110 | 1100011 | 1000110 |
Color Harmonies of #FE68BD
Complementary color
Monochromatic Colors of #FE68BD
Black with #FE68BD
Text Example
Text Example
White with #FE68BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE68BD; }
p { color: rgb(254,104,189); }
H1.HeaderClassName
{
color: #FE68BD;
}
.AnyTagClassName
{
color: #FE68BD;
}
</style>
background-color css
<style>
a { background-color: #FE68BD; }
a { background-color: rgb(254,104,189); }
div.DivClassName
{
background-color: #FE68BD;
}
.BgClassName
{
background-color: #FE68BD;
}
</style>
border-color css
<style>
span { border-color: #FE68BD; }
span { border-color: rgb(254,104,189); }
td.TdClassName
{
border-color: #FE68BD;
}
.TagClassName
{
border-color: #FE68BD;
}
</style>