Shades of Hot Pink #F175AD
Tints of Hot Pink #F175AD
RGB
CMYK
RGB Variations
Color information
#F175AD (or 0xF175AD) is known color: Hot Pink. HEX triplet: F1, 75 and AD. RGB value is (241,117,173). Sum of RGB (Red+Green+Blue) = 241+117+173=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 117 (46.09% from 255 or 22.03% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F175AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F175AD is #0E8A52. Grayscale: #A0A0A0. Windows color (decimal): -952915 or 11367921. OLE color: 11367921.
HSL color Cylindrical-coordinate representation of color #F175AD: hue angle of 332.9º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F175AD is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 117 | 173 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.05 |
| HSL | 332.9º | 0.82% | 0.7% | - |
| HSV(B) | 332.9º | 0.51% | 0.95% | - |
| XYZ | 50.18 | 34.44 | 43.54 | - |
| YUV | 160.46 | 135.08 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 117 | 173 | 0 | 0.51 | 0.28 | 0.05 | 332.9 | 0.82 | 0.7 |
| Hex | F1 | 75 | AD | 0 | 33 | 1C | 5 | 14D | 52 | 46 |
| Octal | 361 | 165 | 255 | 0 | 63 | 34 | 5 | 515 | 122 | 106 |
| Binary | 11110001 | 1110101 | 10101101 | 0 | 110011 | 11100 | 101 | 101001101 | 1010010 | 1000110 |
Color Harmonies of #F175AD
Complementary color
Monochromatic Colors of #F175AD
Black with #F175AD
Text Example
Text Example
White with #F175AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F175AD; }
p { color: rgb(241,117,173); }
H1.HeaderClassName
{
color: #F175AD;
}
.AnyTagClassName
{
color: #F175AD;
}
</style>
background-color css
<style>
a { background-color: #F175AD; }
a { background-color: rgb(241,117,173); }
div.DivClassName
{
background-color: #F175AD;
}
.BgClassName
{
background-color: #F175AD;
}
</style>
border-color css
<style>
span { border-color: #F175AD; }
span { border-color: rgb(241,117,173); }
td.TdClassName
{
border-color: #F175AD;
}
.TagClassName
{
border-color: #F175AD;
}
</style>