Shades of Hot Pink #F271B4
Tints of Hot Pink #F271B4
RGB
CMYK
RGB Variations
Color information
#F271B4 (or 0xF271B4) is known color: Hot Pink. HEX triplet: F2, 71 and B4. RGB value is (242,113,180). Sum of RGB (Red+Green+Blue) = 242+113+180=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 113 (44.53% from 255 or 21.12% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F271B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F271B4 is #0D8E4B. Grayscale: #9F9F9F. Windows color (decimal): -888396 or 11825650. OLE color: 11825650.
HSL color Cylindrical-coordinate representation of color #F271B4: hue angle of 328.84º 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 #F271B4 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 180 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.05 |
| HSL | 328.84º | 0.83% | 0.7% | - |
| HSV(B) | 328.84º | 0.53% | 0.95% | - |
| XYZ | 50.76 | 33.98 | 47.06 | - |
| YUV | 159.21 | 139.74 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 180 | 0 | 0.53 | 0.26 | 0.05 | 328.84 | 0.83 | 0.7 |
| Hex | F2 | 71 | B4 | 0 | 35 | 1A | 5 | 149 | 53 | 46 |
| Octal | 362 | 161 | 264 | 0 | 65 | 32 | 5 | 511 | 123 | 106 |
| Binary | 11110010 | 1110001 | 10110100 | 0 | 110101 | 11010 | 101 | 101001001 | 1010011 | 1000110 |
Color Harmonies of #F271B4
Complementary color
Monochromatic Colors of #F271B4
Black with #F271B4
Text Example
Text Example
White with #F271B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F271B4; }
p { color: rgb(242,113,180); }
H1.HeaderClassName
{
color: #F271B4;
}
.AnyTagClassName
{
color: #F271B4;
}
</style>
background-color css
<style>
a { background-color: #F271B4; }
a { background-color: rgb(242,113,180); }
div.DivClassName
{
background-color: #F271B4;
}
.BgClassName
{
background-color: #F271B4;
}
</style>
border-color css
<style>
span { border-color: #F271B4; }
span { border-color: rgb(242,113,180); }
td.TdClassName
{
border-color: #F271B4;
}
.TagClassName
{
border-color: #F271B4;
}
</style>