Shades of Hot Pink #F064B3
Tints of Hot Pink #F064B3
RGB
CMYK
RGB Variations
Color information
#F064B3 (or 0xF064B3) is known color: Hot Pink. HEX triplet: F0, 64 and B3. RGB value is (240,100,179). Sum of RGB (Red+Green+Blue) = 240+100+179=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 179 (70.31% from 255 or 34.49% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F064B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F064B3 is #0F9B4C. Grayscale: #969696. Windows color (decimal): -1022797 or 11756784. OLE color: 11756784.
HSL color Cylindrical-coordinate representation of color #F064B3: hue angle of 326.14º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F064B3 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 179 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.06 |
| HSL | 326.14º | 0.82% | 0.67% | - |
| HSV(B) | 326.14º | 0.58% | 0.94% | - |
| XYZ | 48.63 | 30.89 | 46.05 | - |
| YUV | 150.87 | 143.88 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 179 | 0 | 0.58 | 0.25 | 0.06 | 326.14 | 0.82 | 0.67 |
| Hex | F0 | 64 | B3 | 0 | 3A | 19 | 6 | 146 | 52 | 43 |
| Octal | 360 | 144 | 263 | 0 | 72 | 31 | 6 | 506 | 122 | 103 |
| Binary | 11110000 | 1100100 | 10110011 | 0 | 111010 | 11001 | 110 | 101000110 | 1010010 | 1000011 |
Color Harmonies of #F064B3
Complementary color
Monochromatic Colors of #F064B3
Black with #F064B3
Text Example
Text Example
White with #F064B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F064B3; }
p { color: rgb(240,100,179); }
H1.HeaderClassName
{
color: #F064B3;
}
.AnyTagClassName
{
color: #F064B3;
}
</style>
background-color css
<style>
a { background-color: #F064B3; }
a { background-color: rgb(240,100,179); }
div.DivClassName
{
background-color: #F064B3;
}
.BgClassName
{
background-color: #F064B3;
}
</style>
border-color css
<style>
span { border-color: #F064B3; }
span { border-color: rgb(240,100,179); }
td.TdClassName
{
border-color: #F064B3;
}
.TagClassName
{
border-color: #F064B3;
}
</style>