Shades of Hot Pink #FE66AF
Tints of Hot Pink #FE66AF
RGB
CMYK
RGB Variations
Color information
#FE66AF (or 0xFE66AF) is known color: Hot Pink. HEX triplet: FE, 66 and AF. RGB value is (254,102,175). Sum of RGB (Red+Green+Blue) = 254+102+175=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 102 (40.23% from 255 or 19.21% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE66AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE66AF is #019950. Grayscale: #9B9B9B. Windows color (decimal): -104785 or 11495166. OLE color: 11495166.
HSL color Cylindrical-coordinate representation of color #FE66AF: hue angle of 331.18º 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 #FE66AF is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 175 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.00 |
| HSL | 331.18º | 0.99% | 0.7% | - |
| HSV(B) | 331.18º | 0.6% | 1% | - |
| XYZ | 53.36 | 33.67 | 44.24 | - |
| YUV | 155.77 | 138.86 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 175 | 0 | 0.60 | 0.31 | 0.00 | 331.18 | 0.99 | 0.7 |
| Hex | FE | 66 | AF | 0 | 3C | 1F | 0 | 14B | 63 | 46 |
| Octal | 376 | 146 | 257 | 0 | 74 | 37 | 0 | 513 | 143 | 106 |
| Binary | 11111110 | 1100110 | 10101111 | 0 | 111100 | 11111 | 0 | 101001011 | 1100011 | 1000110 |
Color Harmonies of #FE66AF
Complementary color
Monochromatic Colors of #FE66AF
Black with #FE66AF
Text Example
Text Example
White with #FE66AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE66AF; }
p { color: rgb(254,102,175); }
H1.HeaderClassName
{
color: #FE66AF;
}
.AnyTagClassName
{
color: #FE66AF;
}
</style>
background-color css
<style>
a { background-color: #FE66AF; }
a { background-color: rgb(254,102,175); }
div.DivClassName
{
background-color: #FE66AF;
}
.BgClassName
{
background-color: #FE66AF;
}
</style>
border-color css
<style>
span { border-color: #FE66AF; }
span { border-color: rgb(254,102,175); }
td.TdClassName
{
border-color: #FE66AF;
}
.TagClassName
{
border-color: #FE66AF;
}
</style>