Shades of Hot Pink #F271B7
Tints of Hot Pink #F271B7
RGB
CMYK
RGB Variations
Color information
#F271B7 (or 0xF271B7) is known color: Hot Pink. HEX triplet: F2, 71 and B7. RGB value is (242,113,183). Sum of RGB (Red+Green+Blue) = 242+113+183=538 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.98% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 183 (71.88% from 255 or 34.01% from 538); Max value from RGB is 242 - color contains mainly: red. Hex color #F271B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F271B7 is #0D8E48. Grayscale: #9F9F9F. Windows color (decimal): -888393 or 12022258. OLE color: 12022258.
HSL color Cylindrical-coordinate representation of color #F271B7: hue angle of 327.44º 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 #F271B7 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 183 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.05 |
| HSL | 327.44º | 0.83% | 0.7% | - |
| HSV(B) | 327.44º | 0.53% | 0.95% | - |
| XYZ | 51.07 | 34.11 | 48.69 | - |
| YUV | 159.55 | 141.24 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 183 | 0 | 0.53 | 0.24 | 0.05 | 327.44 | 0.83 | 0.7 |
| Hex | F2 | 71 | B7 | 0 | 35 | 18 | 5 | 147 | 53 | 46 |
| Octal | 362 | 161 | 267 | 0 | 65 | 30 | 5 | 507 | 123 | 106 |
| Binary | 11110010 | 1110001 | 10110111 | 0 | 110101 | 11000 | 101 | 101000111 | 1010011 | 1000110 |
Color Harmonies of #F271B7
Complementary color
Monochromatic Colors of #F271B7
Black with #F271B7
Text Example
Text Example
White with #F271B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F271B7; }
p { color: rgb(242,113,183); }
H1.HeaderClassName
{
color: #F271B7;
}
.AnyTagClassName
{
color: #F271B7;
}
</style>
background-color css
<style>
a { background-color: #F271B7; }
a { background-color: rgb(242,113,183); }
div.DivClassName
{
background-color: #F271B7;
}
.BgClassName
{
background-color: #F271B7;
}
</style>
border-color css
<style>
span { border-color: #F271B7; }
span { border-color: rgb(242,113,183); }
td.TdClassName
{
border-color: #F271B7;
}
.TagClassName
{
border-color: #F271B7;
}
</style>