Shades of Hot Pink #FE66AB
Tints of Hot Pink #FE66AB
RGB
CMYK
RGB Variations
Color information
#FE66AB (or 0xFE66AB) is known color: Hot Pink. HEX triplet: FE, 66 and AB. RGB value is (254,102,171). Sum of RGB (Red+Green+Blue) = 254+102+171=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 102 (40.23% from 255 or 19.35% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE66AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE66AB is #019954. Grayscale: #9B9B9B. Windows color (decimal): -104789 or 11233022. OLE color: 11233022.
HSL color Cylindrical-coordinate representation of color #FE66AB: hue angle of 332.76º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE66AB is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 171 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.00 |
| HSL | 332.76º | 0.99% | 0.7% | - |
| HSV(B) | 332.76º | 0.6% | 1% | - |
| XYZ | 52.98 | 33.51 | 42.2 | - |
| YUV | 155.31 | 136.86 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 171 | 0 | 0.60 | 0.33 | 0.00 | 332.76 | 0.99 | 0.7 |
| Hex | FE | 66 | AB | 0 | 3C | 21 | 0 | 14D | 63 | 46 |
| Octal | 376 | 146 | 253 | 0 | 74 | 41 | 0 | 515 | 143 | 106 |
| Binary | 11111110 | 1100110 | 10101011 | 0 | 111100 | 100001 | 0 | 101001101 | 1100011 | 1000110 |
Color Harmonies of #FE66AB
Complementary color
Monochromatic Colors of #FE66AB
Black with #FE66AB
Text Example
Text Example
White with #FE66AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE66AB; }
p { color: rgb(254,102,171); }
H1.HeaderClassName
{
color: #FE66AB;
}
.AnyTagClassName
{
color: #FE66AB;
}
</style>
background-color css
<style>
a { background-color: #FE66AB; }
a { background-color: rgb(254,102,171); }
div.DivClassName
{
background-color: #FE66AB;
}
.BgClassName
{
background-color: #FE66AB;
}
</style>
border-color css
<style>
span { border-color: #FE66AB; }
span { border-color: rgb(254,102,171); }
td.TdClassName
{
border-color: #FE66AB;
}
.TagClassName
{
border-color: #FE66AB;
}
</style>