Shades of Hot Pink #FE75B7
Tints of Hot Pink #FE75B7
RGB
CMYK
RGB Variations
Color information
#FE75B7 (or 0xFE75B7) is known color: Hot Pink. HEX triplet: FE, 75 and B7. RGB value is (254,117,183). Sum of RGB (Red+Green+Blue) = 254+117+183=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 117 (46.09% from 255 or 21.12% from 554); Blue value is 183 (71.88% from 255 or 33.03% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FE75B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE75B7 is #018A48. Grayscale: #A5A5A5. Windows color (decimal): -100937 or 12023294. OLE color: 12023294.
HSL color Cylindrical-coordinate representation of color #FE75B7: hue angle of 331.09º 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 #FE75B7 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 183 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.00 |
| HSL | 331.09º | 0.99% | 0.73% | - |
| HSV(B) | 331.09º | 0.54% | 1% | - |
| XYZ | 55.78 | 37.21 | 49.04 | - |
| YUV | 165.49 | 137.89 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 183 | 0 | 0.54 | 0.28 | 0.00 | 331.09 | 0.99 | 0.73 |
| Hex | FE | 75 | B7 | 0 | 36 | 1C | 0 | 14B | 63 | 49 |
| Octal | 376 | 165 | 267 | 0 | 66 | 34 | 0 | 513 | 143 | 111 |
| Binary | 11111110 | 1110101 | 10110111 | 0 | 110110 | 11100 | 0 | 101001011 | 1100011 | 1001001 |
Color Harmonies of #FE75B7
Complementary color
Monochromatic Colors of #FE75B7
Black with #FE75B7
Text Example
Text Example
White with #FE75B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE75B7; }
p { color: rgb(254,117,183); }
H1.HeaderClassName
{
color: #FE75B7;
}
.AnyTagClassName
{
color: #FE75B7;
}
</style>
background-color css
<style>
a { background-color: #FE75B7; }
a { background-color: rgb(254,117,183); }
div.DivClassName
{
background-color: #FE75B7;
}
.BgClassName
{
background-color: #FE75B7;
}
</style>
border-color css
<style>
span { border-color: #FE75B7; }
span { border-color: rgb(254,117,183); }
td.TdClassName
{
border-color: #FE75B7;
}
.TagClassName
{
border-color: #FE75B7;
}
</style>