Shades of Hot Pink #F164B2
Tints of Hot Pink #F164B2
RGB
CMYK
RGB Variations
Color information
#F164B2 (or 0xF164B2) is known color: Hot Pink. HEX triplet: F1, 64 and B2. RGB value is (241,100,178). Sum of RGB (Red+Green+Blue) = 241+100+178=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F164B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F164B2 is #0E9B4D. Grayscale: #969696. Windows color (decimal): -957262 or 11691249. OLE color: 11691249.
HSL color Cylindrical-coordinate representation of color #F164B2: hue angle of 326.81º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F164B2 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 178 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.05 |
| HSL | 326.81º | 0.83% | 0.67% | - |
| HSV(B) | 326.81º | 0.59% | 0.95% | - |
| XYZ | 48.87 | 31.03 | 45.53 | - |
| YUV | 151.05 | 143.21 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 178 | 0 | 0.59 | 0.26 | 0.05 | 326.81 | 0.83 | 0.67 |
| Hex | F1 | 64 | B2 | 0 | 3B | 1A | 5 | 147 | 53 | 43 |
| Octal | 361 | 144 | 262 | 0 | 73 | 32 | 5 | 507 | 123 | 103 |
| Binary | 11110001 | 1100100 | 10110010 | 0 | 111011 | 11010 | 101 | 101000111 | 1010011 | 1000011 |
Color Harmonies of #F164B2
Complementary color
Monochromatic Colors of #F164B2
Black with #F164B2
Text Example
Text Example
White with #F164B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F164B2; }
p { color: rgb(241,100,178); }
H1.HeaderClassName
{
color: #F164B2;
}
.AnyTagClassName
{
color: #F164B2;
}
</style>
background-color css
<style>
a { background-color: #F164B2; }
a { background-color: rgb(241,100,178); }
div.DivClassName
{
background-color: #F164B2;
}
.BgClassName
{
background-color: #F164B2;
}
</style>
border-color css
<style>
span { border-color: #F164B2; }
span { border-color: rgb(241,100,178); }
td.TdClassName
{
border-color: #F164B2;
}
.TagClassName
{
border-color: #F164B2;
}
</style>