Shades of Hot Pink #F174AD
Tints of Hot Pink #F174AD
RGB
CMYK
RGB Variations
Color information
#F174AD (or 0xF174AD) is known color: Hot Pink. HEX triplet: F1, 74 and AD. RGB value is (241,116,173). Sum of RGB (Red+Green+Blue) = 241+116+173=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 116 (45.70% from 255 or 21.89% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F174AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F174AD is #0E8B52. Grayscale: #9F9F9F. Windows color (decimal): -953171 or 11367665. OLE color: 11367665.
HSL color Cylindrical-coordinate representation of color #F174AD: hue angle of 332.64º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F174AD is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 116 | 173 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.05 |
| HSL | 332.64º | 0.82% | 0.7% | - |
| HSV(B) | 332.64º | 0.52% | 0.95% | - |
| XYZ | 50.06 | 34.21 | 43.5 | - |
| YUV | 159.87 | 135.41 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 116 | 173 | 0 | 0.52 | 0.28 | 0.05 | 332.64 | 0.82 | 0.7 |
| Hex | F1 | 74 | AD | 0 | 34 | 1C | 5 | 14D | 52 | 46 |
| Octal | 361 | 164 | 255 | 0 | 64 | 34 | 5 | 515 | 122 | 106 |
| Binary | 11110001 | 1110100 | 10101101 | 0 | 110100 | 11100 | 101 | 101001101 | 1010010 | 1000110 |
Color Harmonies of #F174AD
Complementary color
Monochromatic Colors of #F174AD
Black with #F174AD
Text Example
Text Example
White with #F174AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F174AD; }
p { color: rgb(241,116,173); }
H1.HeaderClassName
{
color: #F174AD;
}
.AnyTagClassName
{
color: #F174AD;
}
</style>
background-color css
<style>
a { background-color: #F174AD; }
a { background-color: rgb(241,116,173); }
div.DivClassName
{
background-color: #F174AD;
}
.BgClassName
{
background-color: #F174AD;
}
</style>
border-color css
<style>
span { border-color: #F174AD; }
span { border-color: rgb(241,116,173); }
td.TdClassName
{
border-color: #F174AD;
}
.TagClassName
{
border-color: #F174AD;
}
</style>