Shades of Hot Pink #FD74B1
Tints of Hot Pink #FD74B1
RGB
CMYK
RGB Variations
Color information
#FD74B1 (or 0xFD74B1) is known color: Hot Pink. HEX triplet: FD, 74 and B1. RGB value is (253,116,177). Sum of RGB (Red+Green+Blue) = 253+116+177=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FD74B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD74B1 is #028B4E. Grayscale: #A3A3A3. Windows color (decimal): -166735 or 11629821. OLE color: 11629821.
HSL color Cylindrical-coordinate representation of color #FD74B1: hue angle of 333.28º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FD74B1 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 116 | 177 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.01 |
| HSL | 333.28º | 0.97% | 0.72% | - |
| HSV(B) | 333.28º | 0.54% | 0.99% | - |
| XYZ | 54.69 | 36.55 | 45.77 | - |
| YUV | 163.92 | 135.39 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 116 | 177 | 0 | 0.54 | 0.30 | 0.01 | 333.28 | 0.97 | 0.72 |
| Hex | FD | 74 | B1 | 0 | 36 | 1E | 1 | 14D | 61 | 48 |
| Octal | 375 | 164 | 261 | 0 | 66 | 36 | 1 | 515 | 141 | 110 |
| Binary | 11111101 | 1110100 | 10110001 | 0 | 110110 | 11110 | 1 | 101001101 | 1100001 | 1001000 |
Color Harmonies of #FD74B1
Complementary color
Monochromatic Colors of #FD74B1
Black with #FD74B1
Text Example
Text Example
White with #FD74B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD74B1; }
p { color: rgb(253,116,177); }
H1.HeaderClassName
{
color: #FD74B1;
}
.AnyTagClassName
{
color: #FD74B1;
}
</style>
background-color css
<style>
a { background-color: #FD74B1; }
a { background-color: rgb(253,116,177); }
div.DivClassName
{
background-color: #FD74B1;
}
.BgClassName
{
background-color: #FD74B1;
}
</style>
border-color css
<style>
span { border-color: #FD74B1; }
span { border-color: rgb(253,116,177); }
td.TdClassName
{
border-color: #FD74B1;
}
.TagClassName
{
border-color: #FD74B1;
}
</style>