Shades of Hot Pink #F064B2
Tints of Hot Pink #F064B2
RGB
CMYK
RGB Variations
Color information
#F064B2 (or 0xF064B2) is known color: Hot Pink. HEX triplet: F0, 64 and B2. RGB value is (240,100,178). Sum of RGB (Red+Green+Blue) = 240+100+178=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 100 (39.45% from 255 or 19.31% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F064B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F064B2 is #0F9B4D. Grayscale: #969696. Windows color (decimal): -1022798 or 11691248. OLE color: 11691248.
HSL color Cylindrical-coordinate representation of color #F064B2: hue angle of 326.57º 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 #F064B2 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 178 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.06 |
| HSL | 326.57º | 0.82% | 0.67% | - |
| HSV(B) | 326.57º | 0.58% | 0.94% | - |
| XYZ | 48.53 | 30.85 | 45.52 | - |
| YUV | 150.75 | 143.38 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 178 | 0 | 0.58 | 0.26 | 0.06 | 326.57 | 0.82 | 0.67 |
| Hex | F0 | 64 | B2 | 0 | 3A | 1A | 6 | 147 | 52 | 43 |
| Octal | 360 | 144 | 262 | 0 | 72 | 32 | 6 | 507 | 122 | 103 |
| Binary | 11110000 | 1100100 | 10110010 | 0 | 111010 | 11010 | 110 | 101000111 | 1010010 | 1000011 |
Color Harmonies of #F064B2
Complementary color
Monochromatic Colors of #F064B2
Black with #F064B2
Text Example
Text Example
White with #F064B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F064B2; }
p { color: rgb(240,100,178); }
H1.HeaderClassName
{
color: #F064B2;
}
.AnyTagClassName
{
color: #F064B2;
}
</style>
background-color css
<style>
a { background-color: #F064B2; }
a { background-color: rgb(240,100,178); }
div.DivClassName
{
background-color: #F064B2;
}
.BgClassName
{
background-color: #F064B2;
}
</style>
border-color css
<style>
span { border-color: #F064B2; }
span { border-color: rgb(240,100,178); }
td.TdClassName
{
border-color: #F064B2;
}
.TagClassName
{
border-color: #F064B2;
}
</style>