Shades of Hot Pink #FE75AF
Tints of Hot Pink #FE75AF
RGB
CMYK
RGB Variations
Color information
#FE75AF (or 0xFE75AF) is known color: Hot Pink. HEX triplet: FE, 75 and AF. RGB value is (254,117,175). Sum of RGB (Red+Green+Blue) = 254+117+175=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 117 (46.09% from 255 or 21.43% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FE75AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE75AF is #018A50. Grayscale: #A4A4A4. Windows color (decimal): -100945 or 11499006. OLE color: 11499006.
HSL color Cylindrical-coordinate representation of color #FE75AF: hue angle of 334.6º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE75AF is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 175 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.00 |
| HSL | 334.6º | 0.99% | 0.73% | - |
| HSV(B) | 334.6º | 0.54% | 1% | - |
| XYZ | 54.97 | 36.89 | 44.78 | - |
| YUV | 164.58 | 133.89 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 175 | 0 | 0.54 | 0.31 | 0.00 | 334.6 | 0.99 | 0.73 |
| Hex | FE | 75 | AF | 0 | 36 | 1F | 0 | 14F | 63 | 49 |
| Octal | 376 | 165 | 257 | 0 | 66 | 37 | 0 | 517 | 143 | 111 |
| Binary | 11111110 | 1110101 | 10101111 | 0 | 110110 | 11111 | 0 | 101001111 | 1100011 | 1001001 |
Color Harmonies of #FE75AF
Complementary color
Monochromatic Colors of #FE75AF
Black with #FE75AF
Text Example
Text Example
White with #FE75AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE75AF; }
p { color: rgb(254,117,175); }
H1.HeaderClassName
{
color: #FE75AF;
}
.AnyTagClassName
{
color: #FE75AF;
}
</style>
background-color css
<style>
a { background-color: #FE75AF; }
a { background-color: rgb(254,117,175); }
div.DivClassName
{
background-color: #FE75AF;
}
.BgClassName
{
background-color: #FE75AF;
}
</style>
border-color css
<style>
span { border-color: #FE75AF; }
span { border-color: rgb(254,117,175); }
td.TdClassName
{
border-color: #FE75AF;
}
.TagClassName
{
border-color: #FE75AF;
}
</style>