Shades of Hot Pink #FE77B5
Tints of Hot Pink #FE77B5
RGB
CMYK
RGB Variations
Color information
#FE77B5 (or 0xFE77B5) is known color: Hot Pink. HEX triplet: FE, 77 and B5. RGB value is (254,119,181). Sum of RGB (Red+Green+Blue) = 254+119+181=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 119 (46.88% from 255 or 21.48% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE77B5 is #01884A. Grayscale: #A6A6A6. Windows color (decimal): -100427 or 11892734. OLE color: 11892734.
HSL color Cylindrical-coordinate representation of color #FE77B5: hue angle of 332.44º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FE77B5 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 181 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.00 |
| HSL | 332.44º | 0.99% | 0.73% | - |
| HSV(B) | 332.44º | 0.53% | 1% | - |
| XYZ | 55.81 | 37.6 | 48.03 | - |
| YUV | 166.43 | 136.23 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 181 | 0 | 0.53 | 0.29 | 0.00 | 332.44 | 0.99 | 0.73 |
| Hex | FE | 77 | B5 | 0 | 35 | 1D | 0 | 14C | 63 | 49 |
| Octal | 376 | 167 | 265 | 0 | 65 | 35 | 0 | 514 | 143 | 111 |
| Binary | 11111110 | 1110111 | 10110101 | 0 | 110101 | 11101 | 0 | 101001100 | 1100011 | 1001001 |
Color Harmonies of #FE77B5
Complementary color
Monochromatic Colors of #FE77B5
Black with #FE77B5
Text Example
Text Example
White with #FE77B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE77B5; }
p { color: rgb(254,119,181); }
H1.HeaderClassName
{
color: #FE77B5;
}
.AnyTagClassName
{
color: #FE77B5;
}
</style>
background-color css
<style>
a { background-color: #FE77B5; }
a { background-color: rgb(254,119,181); }
div.DivClassName
{
background-color: #FE77B5;
}
.BgClassName
{
background-color: #FE77B5;
}
</style>
border-color css
<style>
span { border-color: #FE77B5; }
span { border-color: rgb(254,119,181); }
td.TdClassName
{
border-color: #FE77B5;
}
.TagClassName
{
border-color: #FE77B5;
}
</style>