Shades of Hot Pink #FF74AD
Tints of Hot Pink #FF74AD
RGB
CMYK
RGB Variations
Color information
#FF74AD (or 0xFF74AD) is known color: Hot Pink. HEX triplet: FF, 74 and AD. RGB value is (255,116,173). Sum of RGB (Red+Green+Blue) = 255+116+173=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 116 (45.70% from 255 or 21.32% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF74AD is #008B52. Grayscale: #A3A3A3. Windows color (decimal): -35667 or 11367679. OLE color: 11367679.
HSL color Cylindrical-coordinate representation of color #FF74AD: hue angle of 335.4º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF74AD is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 173 | - |
| CMYK | 0 | 0.55 | 0.32 | 0 |
| HSL | 335.4º | 1% | 0.73% | - |
| HSV(B) | 335.4º | 0.55% | 1% | - |
| XYZ | 55.03 | 36.77 | 43.73 | - |
| YUV | 164.06 | 133.05 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 173 | 0 | 0.55 | 0.32 | 0 | 335.4 | 1 | 0.73 |
| Hex | FF | 74 | AD | 0 | 37 | 20 | 0 | 14F | 64 | 49 |
| Octal | 377 | 164 | 255 | 0 | 67 | 40 | 0 | 517 | 144 | 111 |
| Binary | 11111111 | 1110100 | 10101101 | 0 | 110111 | 100000 | 0 | 101001111 | 1100100 | 1001001 |
Color Harmonies of #FF74AD
Complementary color
Monochromatic Colors of #FF74AD
Black with #FF74AD
Text Example
Text Example
White with #FF74AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF74AD; }
p { color: rgb(255,116,173); }
H1.HeaderClassName
{
color: #FF74AD;
}
.AnyTagClassName
{
color: #FF74AD;
}
</style>
background-color css
<style>
a { background-color: #FF74AD; }
a { background-color: rgb(255,116,173); }
div.DivClassName
{
background-color: #FF74AD;
}
.BgClassName
{
background-color: #FF74AD;
}
</style>
border-color css
<style>
span { border-color: #FF74AD; }
span { border-color: rgb(255,116,173); }
td.TdClassName
{
border-color: #FF74AD;
}
.TagClassName
{
border-color: #FF74AD;
}
</style>