Shades of Hot Pink #FD77B2
Tints of Hot Pink #FD77B2
RGB
CMYK
RGB Variations
Color information
#FD77B2 (or 0xFD77B2) is known color: Hot Pink. HEX triplet: FD, 77 and B2. RGB value is (253,119,178). Sum of RGB (Red+Green+Blue) = 253+119+178=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 119 (46.88% from 255 or 21.64% from 550); Blue value is 178 (69.92% from 255 or 32.36% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FD77B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD77B2 is #02884D. Grayscale: #A5A5A5. Windows color (decimal): -165966 or 11696125. OLE color: 11696125.
HSL color Cylindrical-coordinate representation of color #FD77B2: hue angle of 333.58º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FD77B2 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 119 | 178 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.01 |
| HSL | 333.58º | 0.97% | 0.73% | - |
| HSV(B) | 333.58º | 0.53% | 0.99% | - |
| XYZ | 55.14 | 37.29 | 46.41 | - |
| YUV | 165.79 | 134.89 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 119 | 178 | 0 | 0.53 | 0.30 | 0.01 | 333.58 | 0.97 | 0.73 |
| Hex | FD | 77 | B2 | 0 | 35 | 1E | 1 | 14E | 61 | 49 |
| Octal | 375 | 167 | 262 | 0 | 65 | 36 | 1 | 516 | 141 | 111 |
| Binary | 11111101 | 1110111 | 10110010 | 0 | 110101 | 11110 | 1 | 101001110 | 1100001 | 1001001 |
Color Harmonies of #FD77B2
Complementary color
Monochromatic Colors of #FD77B2
Black with #FD77B2
Text Example
Text Example
White with #FD77B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD77B2; }
p { color: rgb(253,119,178); }
H1.HeaderClassName
{
color: #FD77B2;
}
.AnyTagClassName
{
color: #FD77B2;
}
</style>
background-color css
<style>
a { background-color: #FD77B2; }
a { background-color: rgb(253,119,178); }
div.DivClassName
{
background-color: #FD77B2;
}
.BgClassName
{
background-color: #FD77B2;
}
</style>
border-color css
<style>
span { border-color: #FD77B2; }
span { border-color: rgb(253,119,178); }
td.TdClassName
{
border-color: #FD77B2;
}
.TagClassName
{
border-color: #FD77B2;
}
</style>