Shades of Hot Pink #F164B3
Tints of Hot Pink #F164B3
RGB
CMYK
RGB Variations
Color information
#F164B3 (or 0xF164B3) is known color: Hot Pink. HEX triplet: F1, 64 and B3. RGB value is (241,100,179). Sum of RGB (Red+Green+Blue) = 241+100+179=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 179 (70.31% from 255 or 34.42% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F164B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F164B3 is #0E9B4C. Grayscale: #969696. Windows color (decimal): -957261 or 11756785. OLE color: 11756785.
HSL color Cylindrical-coordinate representation of color #F164B3: hue angle of 326.38º 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 #F164B3 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 179 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.05 |
| HSL | 326.38º | 0.83% | 0.67% | - |
| HSV(B) | 326.38º | 0.59% | 0.95% | - |
| XYZ | 48.97 | 31.07 | 46.06 | - |
| YUV | 151.17 | 143.71 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 179 | 0 | 0.59 | 0.26 | 0.05 | 326.38 | 0.83 | 0.67 |
| Hex | F1 | 64 | B3 | 0 | 3B | 1A | 5 | 146 | 53 | 43 |
| Octal | 361 | 144 | 263 | 0 | 73 | 32 | 5 | 506 | 123 | 103 |
| Binary | 11110001 | 1100100 | 10110011 | 0 | 111011 | 11010 | 101 | 101000110 | 1010011 | 1000011 |
Color Harmonies of #F164B3
Complementary color
Monochromatic Colors of #F164B3
Black with #F164B3
Text Example
Text Example
White with #F164B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F164B3; }
p { color: rgb(241,100,179); }
H1.HeaderClassName
{
color: #F164B3;
}
.AnyTagClassName
{
color: #F164B3;
}
</style>
background-color css
<style>
a { background-color: #F164B3; }
a { background-color: rgb(241,100,179); }
div.DivClassName
{
background-color: #F164B3;
}
.BgClassName
{
background-color: #F164B3;
}
</style>
border-color css
<style>
span { border-color: #F164B3; }
span { border-color: rgb(241,100,179); }
td.TdClassName
{
border-color: #F164B3;
}
.TagClassName
{
border-color: #F164B3;
}
</style>