Shades of Hot Pink #FC74B0
Tints of Hot Pink #FC74B0
RGB
CMYK
RGB Variations
Color information
#FC74B0 (or 0xFC74B0) is known color: Hot Pink. HEX triplet: FC, 74 and B0. RGB value is (252,116,176). Sum of RGB (Red+Green+Blue) = 252+116+176=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 116 (45.70% from 255 or 21.32% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC74B0 is #038B4F. Grayscale: #A3A3A3. Windows color (decimal): -232272 or 11564284. OLE color: 11564284.
HSL color Cylindrical-coordinate representation of color #FC74B0: hue angle of 333.53º degrees, saturation: 0.96, 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 #FC74B0 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 176 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.01 |
| HSL | 333.53º | 0.96% | 0.72% | - |
| HSV(B) | 333.53º | 0.54% | 0.99% | - |
| XYZ | 54.23 | 36.32 | 45.23 | - |
| YUV | 163.5 | 135.06 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 176 | 0 | 0.54 | 0.30 | 0.01 | 333.53 | 0.96 | 0.72 |
| Hex | FC | 74 | B0 | 0 | 36 | 1E | 1 | 14E | 60 | 48 |
| Octal | 374 | 164 | 260 | 0 | 66 | 36 | 1 | 516 | 140 | 110 |
| Binary | 11111100 | 1110100 | 10110000 | 0 | 110110 | 11110 | 1 | 101001110 | 1100000 | 1001000 |
Color Harmonies of #FC74B0
Complementary color
Monochromatic Colors of #FC74B0
Black with #FC74B0
Text Example
Text Example
White with #FC74B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC74B0; }
p { color: rgb(252,116,176); }
H1.HeaderClassName
{
color: #FC74B0;
}
.AnyTagClassName
{
color: #FC74B0;
}
</style>
background-color css
<style>
a { background-color: #FC74B0; }
a { background-color: rgb(252,116,176); }
div.DivClassName
{
background-color: #FC74B0;
}
.BgClassName
{
background-color: #FC74B0;
}
</style>
border-color css
<style>
span { border-color: #FC74B0; }
span { border-color: rgb(252,116,176); }
td.TdClassName
{
border-color: #FC74B0;
}
.TagClassName
{
border-color: #FC74B0;
}
</style>