Shades of Hot Pink #F268BB
Tints of Hot Pink #F268BB
RGB
CMYK
RGB Variations
Color information
#F268BB (or 0xF268BB) is known color: Hot Pink. HEX triplet: F2, 68 and BB. RGB value is (242,104,187). Sum of RGB (Red+Green+Blue) = 242+104+187=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F268BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F268BB is #0D9744. Grayscale: #9A9A9A. Windows color (decimal): -890693 or 12282098. OLE color: 12282098.
HSL color Cylindrical-coordinate representation of color #F268BB: hue angle of 323.91º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F268BB is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 187 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.05 |
| HSL | 323.91º | 0.84% | 0.68% | - |
| HSV(B) | 323.91º | 0.57% | 0.95% | - |
| XYZ | 50.54 | 32.37 | 50.6 | - |
| YUV | 154.72 | 146.22 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 187 | 0 | 0.57 | 0.23 | 0.05 | 323.91 | 0.84 | 0.68 |
| Hex | F2 | 68 | BB | 0 | 39 | 17 | 5 | 144 | 54 | 44 |
| Octal | 362 | 150 | 273 | 0 | 71 | 27 | 5 | 504 | 124 | 104 |
| Binary | 11110010 | 1101000 | 10111011 | 0 | 111001 | 10111 | 101 | 101000100 | 1010100 | 1000100 |
Color Harmonies of #F268BB
Complementary color
Monochromatic Colors of #F268BB
Black with #F268BB
Text Example
Text Example
White with #F268BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F268BB; }
p { color: rgb(242,104,187); }
H1.HeaderClassName
{
color: #F268BB;
}
.AnyTagClassName
{
color: #F268BB;
}
</style>
background-color css
<style>
a { background-color: #F268BB; }
a { background-color: rgb(242,104,187); }
div.DivClassName
{
background-color: #F268BB;
}
.BgClassName
{
background-color: #F268BB;
}
</style>
border-color css
<style>
span { border-color: #F268BB; }
span { border-color: rgb(242,104,187); }
td.TdClassName
{
border-color: #F268BB;
}
.TagClassName
{
border-color: #F268BB;
}
</style>