Shades of Hot Pink #FE6CAA
Tints of Hot Pink #FE6CAA
RGB
CMYK
RGB Variations
Color information
#FE6CAA (or 0xFE6CAA) is known color: Hot Pink. HEX triplet: FE, 6C and AA. RGB value is (254,108,170). Sum of RGB (Red+Green+Blue) = 254+108+170=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 108 (42.58% from 255 or 20.30% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6CAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6CAA is #019355. Grayscale: #9E9E9E. Windows color (decimal): -103254 or 11169022. OLE color: 11169022.
HSL color Cylindrical-coordinate representation of color #FE6CAA: hue angle of 334.52º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE6CAA is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 108 | 170 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.00 |
| HSL | 334.52º | 0.99% | 0.71% | - |
| HSV(B) | 334.52º | 0.57% | 1% | - |
| XYZ | 53.49 | 34.7 | 41.91 | - |
| YUV | 158.72 | 134.37 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 108 | 170 | 0 | 0.57 | 0.33 | 0.00 | 334.52 | 0.99 | 0.71 |
| Hex | FE | 6C | AA | 0 | 39 | 21 | 0 | 14F | 63 | 47 |
| Octal | 376 | 154 | 252 | 0 | 71 | 41 | 0 | 517 | 143 | 107 |
| Binary | 11111110 | 1101100 | 10101010 | 0 | 111001 | 100001 | 0 | 101001111 | 1100011 | 1000111 |
Color Harmonies of #FE6CAA
Complementary color
Monochromatic Colors of #FE6CAA
Black with #FE6CAA
Text Example
Text Example
White with #FE6CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6CAA; }
p { color: rgb(254,108,170); }
H1.HeaderClassName
{
color: #FE6CAA;
}
.AnyTagClassName
{
color: #FE6CAA;
}
</style>
background-color css
<style>
a { background-color: #FE6CAA; }
a { background-color: rgb(254,108,170); }
div.DivClassName
{
background-color: #FE6CAA;
}
.BgClassName
{
background-color: #FE6CAA;
}
</style>
border-color css
<style>
span { border-color: #FE6CAA; }
span { border-color: rgb(254,108,170); }
td.TdClassName
{
border-color: #FE6CAA;
}
.TagClassName
{
border-color: #FE6CAA;
}
</style>