Shades of Hot Pink #F271AB
Tints of Hot Pink #F271AB
RGB
CMYK
RGB Variations
Color information
#F271AB (or 0xF271AB) is known color: Hot Pink. HEX triplet: F2, 71 and AB. RGB value is (242,113,171). Sum of RGB (Red+Green+Blue) = 242+113+171=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 113 (44.53% from 255 or 21.48% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F271AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F271AB is #0D8E54. Grayscale: #9E9E9E. Windows color (decimal): -888405 or 11235826. OLE color: 11235826.
HSL color Cylindrical-coordinate representation of color #F271AB: hue angle of 333.02º 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 #F271AB is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 171 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.05 |
| HSL | 333.02º | 0.83% | 0.7% | - |
| HSV(B) | 333.02º | 0.53% | 0.95% | - |
| XYZ | 49.87 | 33.63 | 42.39 | - |
| YUV | 158.18 | 135.24 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 171 | 0 | 0.53 | 0.29 | 0.05 | 333.02 | 0.83 | 0.7 |
| Hex | F2 | 71 | AB | 0 | 35 | 1D | 5 | 14D | 53 | 46 |
| Octal | 362 | 161 | 253 | 0 | 65 | 35 | 5 | 515 | 123 | 106 |
| Binary | 11110010 | 1110001 | 10101011 | 0 | 110101 | 11101 | 101 | 101001101 | 1010011 | 1000110 |
Color Harmonies of #F271AB
Complementary color
Monochromatic Colors of #F271AB
Black with #F271AB
Text Example
Text Example
White with #F271AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F271AB; }
p { color: rgb(242,113,171); }
H1.HeaderClassName
{
color: #F271AB;
}
.AnyTagClassName
{
color: #F271AB;
}
</style>
background-color css
<style>
a { background-color: #F271AB; }
a { background-color: rgb(242,113,171); }
div.DivClassName
{
background-color: #F271AB;
}
.BgClassName
{
background-color: #F271AB;
}
</style>
border-color css
<style>
span { border-color: #F271AB; }
span { border-color: rgb(242,113,171); }
td.TdClassName
{
border-color: #F271AB;
}
.TagClassName
{
border-color: #F271AB;
}
</style>