Shades of Hot Pink #FE6BA1
Tints of Hot Pink #FE6BA1
RGB
CMYK
RGB Variations
Color information
#FE6BA1 (or 0xFE6BA1) is known color: Hot Pink. HEX triplet: FE, 6B and A1. RGB value is (254,107,161). Sum of RGB (Red+Green+Blue) = 254+107+161=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 107 (42.19% from 255 or 20.50% from 522); Blue value is 161 (63.28% from 255 or 30.84% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6BA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6BA1 is #01945E. Grayscale: #9D9D9D. Windows color (decimal): -103519 or 10578942. OLE color: 10578942.
HSL color Cylindrical-coordinate representation of color #FE6BA1: hue angle of 337.96º 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 #FE6BA1 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 107 | 161 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.00 |
| HSL | 337.96º | 0.99% | 0.71% | - |
| HSV(B) | 337.96º | 0.58% | 1% | - |
| XYZ | 52.56 | 34.16 | 37.54 | - |
| YUV | 157.11 | 130.2 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 107 | 161 | 0 | 0.58 | 0.37 | 0.00 | 337.96 | 0.99 | 0.71 |
| Hex | FE | 6B | A1 | 0 | 3A | 25 | 0 | 152 | 63 | 47 |
| Octal | 376 | 153 | 241 | 0 | 72 | 45 | 0 | 522 | 143 | 107 |
| Binary | 11111110 | 1101011 | 10100001 | 0 | 111010 | 100101 | 0 | 101010010 | 1100011 | 1000111 |
Color Harmonies of #FE6BA1
Complementary color
Monochromatic Colors of #FE6BA1
Black with #FE6BA1
Text Example
Text Example
White with #FE6BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6BA1; }
p { color: rgb(254,107,161); }
H1.HeaderClassName
{
color: #FE6BA1;
}
.AnyTagClassName
{
color: #FE6BA1;
}
</style>
background-color css
<style>
a { background-color: #FE6BA1; }
a { background-color: rgb(254,107,161); }
div.DivClassName
{
background-color: #FE6BA1;
}
.BgClassName
{
background-color: #FE6BA1;
}
</style>
border-color css
<style>
span { border-color: #FE6BA1; }
span { border-color: rgb(254,107,161); }
td.TdClassName
{
border-color: #FE6BA1;
}
.TagClassName
{
border-color: #FE6BA1;
}
</style>