Shades of Hot Pink #F264BB
Tints of Hot Pink #F264BB
RGB
CMYK
RGB Variations
Color information
#F264BB (or 0xF264BB) is known color: Hot Pink. HEX triplet: F2, 64 and BB. RGB value is (242,100,187). Sum of RGB (Red+Green+Blue) = 242+100+187=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 100 (39.45% from 255 or 18.90% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F264BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F264BB is #0D9B44. Grayscale: #989898. Windows color (decimal): -891717 or 12281074. OLE color: 12281074.
HSL color Cylindrical-coordinate representation of color #F264BB: hue angle of 323.24º degrees, saturation: 0.85, 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 #F264BB is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 187 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.05 |
| HSL | 323.24º | 0.85% | 0.67% | - |
| HSV(B) | 323.24º | 0.59% | 0.95% | - |
| XYZ | 50.14 | 31.58 | 50.47 | - |
| YUV | 152.38 | 147.54 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 187 | 0 | 0.59 | 0.23 | 0.05 | 323.24 | 0.85 | 0.67 |
| Hex | F2 | 64 | BB | 0 | 3B | 17 | 5 | 143 | 55 | 43 |
| Octal | 362 | 144 | 273 | 0 | 73 | 27 | 5 | 503 | 125 | 103 |
| Binary | 11110010 | 1100100 | 10111011 | 0 | 111011 | 10111 | 101 | 101000011 | 1010101 | 1000011 |
Color Harmonies of #F264BB
Complementary color
Monochromatic Colors of #F264BB
Black with #F264BB
Text Example
Text Example
White with #F264BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F264BB; }
p { color: rgb(242,100,187); }
H1.HeaderClassName
{
color: #F264BB;
}
.AnyTagClassName
{
color: #F264BB;
}
</style>
background-color css
<style>
a { background-color: #F264BB; }
a { background-color: rgb(242,100,187); }
div.DivClassName
{
background-color: #F264BB;
}
.BgClassName
{
background-color: #F264BB;
}
</style>
border-color css
<style>
span { border-color: #F264BB; }
span { border-color: rgb(242,100,187); }
td.TdClassName
{
border-color: #F264BB;
}
.TagClassName
{
border-color: #F264BB;
}
</style>