Shades of Hot Pink #FE68AB
Tints of Hot Pink #FE68AB
RGB
CMYK
RGB Variations
Color information
#FE68AB (or 0xFE68AB) is known color: Hot Pink. HEX triplet: FE, 68 and AB. RGB value is (254,104,171). Sum of RGB (Red+Green+Blue) = 254+104+171=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 104 (41.02% from 255 or 19.66% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE68AB is #019754. Grayscale: #9C9C9C. Windows color (decimal): -104277 or 11233534. OLE color: 11233534.
HSL color Cylindrical-coordinate representation of color #FE68AB: hue angle of 333.2º 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 #FE68AB is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 171 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.00 |
| HSL | 333.2º | 0.99% | 0.7% | - |
| HSV(B) | 333.2º | 0.59% | 1% | - |
| XYZ | 53.17 | 33.91 | 42.27 | - |
| YUV | 156.49 | 136.2 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 171 | 0 | 0.59 | 0.33 | 0.00 | 333.2 | 0.99 | 0.7 |
| Hex | FE | 68 | AB | 0 | 3B | 21 | 0 | 14D | 63 | 46 |
| Octal | 376 | 150 | 253 | 0 | 73 | 41 | 0 | 515 | 143 | 106 |
| Binary | 11111110 | 1101000 | 10101011 | 0 | 111011 | 100001 | 0 | 101001101 | 1100011 | 1000110 |
Color Harmonies of #FE68AB
Complementary color
Monochromatic Colors of #FE68AB
Black with #FE68AB
Text Example
Text Example
White with #FE68AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE68AB; }
p { color: rgb(254,104,171); }
H1.HeaderClassName
{
color: #FE68AB;
}
.AnyTagClassName
{
color: #FE68AB;
}
</style>
background-color css
<style>
a { background-color: #FE68AB; }
a { background-color: rgb(254,104,171); }
div.DivClassName
{
background-color: #FE68AB;
}
.BgClassName
{
background-color: #FE68AB;
}
</style>
border-color css
<style>
span { border-color: #FE68AB; }
span { border-color: rgb(254,104,171); }
td.TdClassName
{
border-color: #FE68AB;
}
.TagClassName
{
border-color: #FE68AB;
}
</style>