Shades of Hot Pink #FE6ABC
Tints of Hot Pink #FE6ABC
RGB
CMYK
RGB Variations
Color information
#FE6ABC (or 0xFE6ABC) is known color: Hot Pink. HEX triplet: FE, 6A and BC. RGB value is (254,106,188). Sum of RGB (Red+Green+Blue) = 254+106+188=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 106 (41.80% from 255 or 19.34% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6ABC is #019543. Grayscale: #9F9F9F. Windows color (decimal): -103748 or 12348158. OLE color: 12348158.
HSL color Cylindrical-coordinate representation of color #FE6ABC: hue angle of 326.76º 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 #FE6ABC is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 106 | 188 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.00 |
| HSL | 326.76º | 0.99% | 0.71% | - |
| HSV(B) | 326.76º | 0.58% | 1% | - |
| XYZ | 55.1 | 35.01 | 51.43 | - |
| YUV | 159.6 | 144.03 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 106 | 188 | 0 | 0.58 | 0.26 | 0.00 | 326.76 | 0.99 | 0.71 |
| Hex | FE | 6A | BC | 0 | 3A | 1A | 0 | 147 | 63 | 47 |
| Octal | 376 | 152 | 274 | 0 | 72 | 32 | 0 | 507 | 143 | 107 |
| Binary | 11111110 | 1101010 | 10111100 | 0 | 111010 | 11010 | 0 | 101000111 | 1100011 | 1000111 |
Color Harmonies of #FE6ABC
Complementary color
Monochromatic Colors of #FE6ABC
Black with #FE6ABC
Text Example
Text Example
White with #FE6ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6ABC; }
p { color: rgb(254,106,188); }
H1.HeaderClassName
{
color: #FE6ABC;
}
.AnyTagClassName
{
color: #FE6ABC;
}
</style>
background-color css
<style>
a { background-color: #FE6ABC; }
a { background-color: rgb(254,106,188); }
div.DivClassName
{
background-color: #FE6ABC;
}
.BgClassName
{
background-color: #FE6ABC;
}
</style>
border-color css
<style>
span { border-color: #FE6ABC; }
span { border-color: rgb(254,106,188); }
td.TdClassName
{
border-color: #FE6ABC;
}
.TagClassName
{
border-color: #FE6ABC;
}
</style>