Shades of Hot Pink #F271A8
Tints of Hot Pink #F271A8
RGB
CMYK
RGB Variations
Color information
#F271A8 (or 0xF271A8) is known color: Hot Pink. HEX triplet: F2, 71 and A8. RGB value is (242,113,168). Sum of RGB (Red+Green+Blue) = 242+113+168=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 113 (44.53% from 255 or 21.61% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F271A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F271A8 is #0D8E57. Grayscale: #9D9D9D. Windows color (decimal): -888408 or 11039218. OLE color: 11039218.
HSL color Cylindrical-coordinate representation of color #F271A8: hue angle of 334.42º 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 #F271A8 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 168 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.05 |
| HSL | 334.42º | 0.83% | 0.7% | - |
| HSV(B) | 334.42º | 0.53% | 0.95% | - |
| XYZ | 49.59 | 33.51 | 40.9 | - |
| YUV | 157.84 | 133.74 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 168 | 0 | 0.53 | 0.31 | 0.05 | 334.42 | 0.83 | 0.7 |
| Hex | F2 | 71 | A8 | 0 | 35 | 1F | 5 | 14E | 53 | 46 |
| Octal | 362 | 161 | 250 | 0 | 65 | 37 | 5 | 516 | 123 | 106 |
| Binary | 11110010 | 1110001 | 10101000 | 0 | 110101 | 11111 | 101 | 101001110 | 1010011 | 1000110 |
Color Harmonies of #F271A8
Complementary color
Monochromatic Colors of #F271A8
Black with #F271A8
Text Example
Text Example
White with #F271A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F271A8; }
p { color: rgb(242,113,168); }
H1.HeaderClassName
{
color: #F271A8;
}
.AnyTagClassName
{
color: #F271A8;
}
</style>
background-color css
<style>
a { background-color: #F271A8; }
a { background-color: rgb(242,113,168); }
div.DivClassName
{
background-color: #F271A8;
}
.BgClassName
{
background-color: #F271A8;
}
</style>
border-color css
<style>
span { border-color: #F271A8; }
span { border-color: rgb(242,113,168); }
td.TdClassName
{
border-color: #F271A8;
}
.TagClassName
{
border-color: #F271A8;
}
</style>