Shades of Hot Pink #F271B0
Tints of Hot Pink #F271B0
RGB
CMYK
RGB Variations
Color information
#F271B0 (or 0xF271B0) is known color: Hot Pink. HEX triplet: F2, 71 and B0. RGB value is (242,113,176). Sum of RGB (Red+Green+Blue) = 242+113+176=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 113 (44.53% from 255 or 21.28% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F271B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F271B0 is #0D8E4F. Grayscale: #9E9E9E. Windows color (decimal): -888400 or 11563506. OLE color: 11563506.
HSL color Cylindrical-coordinate representation of color #F271B0: hue angle of 330.7º 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 #F271B0 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 176 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.05 |
| HSL | 330.7º | 0.83% | 0.7% | - |
| HSV(B) | 330.7º | 0.53% | 0.95% | - |
| XYZ | 50.36 | 33.82 | 44.95 | - |
| YUV | 158.75 | 137.74 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 176 | 0 | 0.53 | 0.27 | 0.05 | 330.7 | 0.83 | 0.7 |
| Hex | F2 | 71 | B0 | 0 | 35 | 1B | 5 | 14B | 53 | 46 |
| Octal | 362 | 161 | 260 | 0 | 65 | 33 | 5 | 513 | 123 | 106 |
| Binary | 11110010 | 1110001 | 10110000 | 0 | 110101 | 11011 | 101 | 101001011 | 1010011 | 1000110 |
Color Harmonies of #F271B0
Complementary color
Monochromatic Colors of #F271B0
Black with #F271B0
Text Example
Text Example
White with #F271B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F271B0; }
p { color: rgb(242,113,176); }
H1.HeaderClassName
{
color: #F271B0;
}
.AnyTagClassName
{
color: #F271B0;
}
</style>
background-color css
<style>
a { background-color: #F271B0; }
a { background-color: rgb(242,113,176); }
div.DivClassName
{
background-color: #F271B0;
}
.BgClassName
{
background-color: #F271B0;
}
</style>
border-color css
<style>
span { border-color: #F271B0; }
span { border-color: rgb(242,113,176); }
td.TdClassName
{
border-color: #F271B0;
}
.TagClassName
{
border-color: #F271B0;
}
</style>