Shades of Hot Pink #F271AC
Tints of Hot Pink #F271AC
RGB
CMYK
RGB Variations
Color information
#F271AC (or 0xF271AC) is known color: Hot Pink. HEX triplet: F2, 71 and AC. RGB value is (242,113,172). Sum of RGB (Red+Green+Blue) = 242+113+172=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 113 (44.53% from 255 or 21.44% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F271AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F271AC is #0D8E53. Grayscale: #9E9E9E. Windows color (decimal): -888404 or 11301362. OLE color: 11301362.
HSL color Cylindrical-coordinate representation of color #F271AC: hue angle of 332.56º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F271AC is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 172 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.05 |
| HSL | 332.56º | 0.83% | 0.7% | - |
| HSV(B) | 332.56º | 0.53% | 0.95% | - |
| XYZ | 49.97 | 33.67 | 42.89 | - |
| YUV | 158.3 | 135.74 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 172 | 0 | 0.53 | 0.29 | 0.05 | 332.56 | 0.83 | 0.7 |
| Hex | F2 | 71 | AC | 0 | 35 | 1D | 5 | 14D | 53 | 46 |
| Octal | 362 | 161 | 254 | 0 | 65 | 35 | 5 | 515 | 123 | 106 |
| Binary | 11110010 | 1110001 | 10101100 | 0 | 110101 | 11101 | 101 | 101001101 | 1010011 | 1000110 |
Color Harmonies of #F271AC
Complementary color
Monochromatic Colors of #F271AC
Black with #F271AC
Text Example
Text Example
White with #F271AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F271AC; }
p { color: rgb(242,113,172); }
H1.HeaderClassName
{
color: #F271AC;
}
.AnyTagClassName
{
color: #F271AC;
}
</style>
background-color css
<style>
a { background-color: #F271AC; }
a { background-color: rgb(242,113,172); }
div.DivClassName
{
background-color: #F271AC;
}
.BgClassName
{
background-color: #F271AC;
}
</style>
border-color css
<style>
span { border-color: #F271AC; }
span { border-color: rgb(242,113,172); }
td.TdClassName
{
border-color: #F271AC;
}
.TagClassName
{
border-color: #F271AC;
}
</style>