Shades of Hot Pink #F175AF
Tints of Hot Pink #F175AF
RGB
CMYK
RGB Variations
Color information
#F175AF (or 0xF175AF) is known color: Hot Pink. HEX triplet: F1, 75 and AF. RGB value is (241,117,175). Sum of RGB (Red+Green+Blue) = 241+117+175=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 241 - color contains mainly: red. Hex color #F175AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F175AF is #0E8A50. Grayscale: #A0A0A0. Windows color (decimal): -952913 or 11498993. OLE color: 11498993.
HSL color Cylindrical-coordinate representation of color #F175AF: hue angle of 331.94º 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 #F175AF is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 117 | 175 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.05 |
| HSL | 331.94º | 0.82% | 0.7% | - |
| HSV(B) | 331.94º | 0.51% | 0.95% | - |
| XYZ | 50.37 | 34.52 | 44.57 | - |
| YUV | 160.69 | 136.08 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 117 | 175 | 0 | 0.51 | 0.27 | 0.05 | 331.94 | 0.82 | 0.7 |
| Hex | F1 | 75 | AF | 0 | 33 | 1B | 5 | 14C | 52 | 46 |
| Octal | 361 | 165 | 257 | 0 | 63 | 33 | 5 | 514 | 122 | 106 |
| Binary | 11110001 | 1110101 | 10101111 | 0 | 110011 | 11011 | 101 | 101001100 | 1010010 | 1000110 |
Color Harmonies of #F175AF
Complementary color
Monochromatic Colors of #F175AF
Black with #F175AF
Text Example
Text Example
White with #F175AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F175AF; }
p { color: rgb(241,117,175); }
H1.HeaderClassName
{
color: #F175AF;
}
.AnyTagClassName
{
color: #F175AF;
}
</style>
background-color css
<style>
a { background-color: #F175AF; }
a { background-color: rgb(241,117,175); }
div.DivClassName
{
background-color: #F175AF;
}
.BgClassName
{
background-color: #F175AF;
}
</style>
border-color css
<style>
span { border-color: #F175AF; }
span { border-color: rgb(241,117,175); }
td.TdClassName
{
border-color: #F175AF;
}
.TagClassName
{
border-color: #F175AF;
}
</style>