Shades of Hot Pink #FE68A7
Tints of Hot Pink #FE68A7
RGB
CMYK
RGB Variations
Color information
#FE68A7 (or 0xFE68A7) is known color: Hot Pink. HEX triplet: FE, 68 and A7. RGB value is (254,104,167). Sum of RGB (Red+Green+Blue) = 254+104+167=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 104 (41.02% from 255 or 19.81% from 525); Blue value is 167 (65.62% from 255 or 31.81% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE68A7 is #019758. Grayscale: #9B9B9B. Windows color (decimal): -104281 or 10971390. OLE color: 10971390.
HSL color Cylindrical-coordinate representation of color #FE68A7: hue angle of 334.8º 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 #FE68A7 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 167 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.00 |
| HSL | 334.8º | 0.99% | 0.7% | - |
| HSV(B) | 334.8º | 0.59% | 1% | - |
| XYZ | 52.8 | 33.76 | 40.29 | - |
| YUV | 156.03 | 134.2 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 167 | 0 | 0.59 | 0.34 | 0.00 | 334.8 | 0.99 | 0.7 |
| Hex | FE | 68 | A7 | 0 | 3B | 22 | 0 | 14F | 63 | 46 |
| Octal | 376 | 150 | 247 | 0 | 73 | 42 | 0 | 517 | 143 | 106 |
| Binary | 11111110 | 1101000 | 10100111 | 0 | 111011 | 100010 | 0 | 101001111 | 1100011 | 1000110 |
Color Harmonies of #FE68A7
Complementary color
Monochromatic Colors of #FE68A7
Black with #FE68A7
Text Example
Text Example
White with #FE68A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE68A7; }
p { color: rgb(254,104,167); }
H1.HeaderClassName
{
color: #FE68A7;
}
.AnyTagClassName
{
color: #FE68A7;
}
</style>
background-color css
<style>
a { background-color: #FE68A7; }
a { background-color: rgb(254,104,167); }
div.DivClassName
{
background-color: #FE68A7;
}
.BgClassName
{
background-color: #FE68A7;
}
</style>
border-color css
<style>
span { border-color: #FE68A7; }
span { border-color: rgb(254,104,167); }
td.TdClassName
{
border-color: #FE68A7;
}
.TagClassName
{
border-color: #FE68A7;
}
</style>