Shades of Hot Pink #FE6BA7
Tints of Hot Pink #FE6BA7
RGB
CMYK
RGB Variations
Color information
#FE6BA7 (or 0xFE6BA7) is known color: Hot Pink. HEX triplet: FE, 6B and A7. RGB value is (254,107,167). Sum of RGB (Red+Green+Blue) = 254+107+167=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 107 (42.19% from 255 or 20.27% from 528); Blue value is 167 (65.62% from 255 or 31.63% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6BA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6BA7 is #019458. Grayscale: #9D9D9D. Windows color (decimal): -103513 or 10972158. OLE color: 10972158.
HSL color Cylindrical-coordinate representation of color #FE6BA7: hue angle of 335.51º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE6BA7 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 107 | 167 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.00 |
| HSL | 335.51º | 0.99% | 0.71% | - |
| HSV(B) | 335.51º | 0.58% | 1% | - |
| XYZ | 53.11 | 34.38 | 40.4 | - |
| YUV | 157.79 | 133.2 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 107 | 167 | 0 | 0.58 | 0.34 | 0.00 | 335.51 | 0.99 | 0.71 |
| Hex | FE | 6B | A7 | 0 | 3A | 22 | 0 | 150 | 63 | 47 |
| Octal | 376 | 153 | 247 | 0 | 72 | 42 | 0 | 520 | 143 | 107 |
| Binary | 11111110 | 1101011 | 10100111 | 0 | 111010 | 100010 | 0 | 101010000 | 1100011 | 1000111 |
Color Harmonies of #FE6BA7
Complementary color
Monochromatic Colors of #FE6BA7
Black with #FE6BA7
Text Example
Text Example
White with #FE6BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6BA7; }
p { color: rgb(254,107,167); }
H1.HeaderClassName
{
color: #FE6BA7;
}
.AnyTagClassName
{
color: #FE6BA7;
}
</style>
background-color css
<style>
a { background-color: #FE6BA7; }
a { background-color: rgb(254,107,167); }
div.DivClassName
{
background-color: #FE6BA7;
}
.BgClassName
{
background-color: #FE6BA7;
}
</style>
border-color css
<style>
span { border-color: #FE6BA7; }
span { border-color: rgb(254,107,167); }
td.TdClassName
{
border-color: #FE6BA7;
}
.TagClassName
{
border-color: #FE6BA7;
}
</style>