Shades of Hot Pink #F268BC
Tints of Hot Pink #F268BC
RGB
CMYK
RGB Variations
Color information
#F268BC (or 0xF268BC) is known color: Hot Pink. HEX triplet: F2, 68 and BC. RGB value is (242,104,188). Sum of RGB (Red+Green+Blue) = 242+104+188=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 104 (41.02% from 255 or 19.48% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F268BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F268BC is #0D9743. Grayscale: #9A9A9A. Windows color (decimal): -890692 or 12347634. OLE color: 12347634.
HSL color Cylindrical-coordinate representation of color #F268BC: hue angle of 323.48º 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 #F268BC is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 188 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.05 |
| HSL | 323.48º | 0.84% | 0.68% | - |
| HSV(B) | 323.48º | 0.57% | 0.95% | - |
| XYZ | 50.65 | 32.41 | 51.16 | - |
| YUV | 154.84 | 146.72 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 188 | 0 | 0.57 | 0.22 | 0.05 | 323.48 | 0.84 | 0.68 |
| Hex | F2 | 68 | BC | 0 | 39 | 16 | 5 | 143 | 54 | 44 |
| Octal | 362 | 150 | 274 | 0 | 71 | 26 | 5 | 503 | 124 | 104 |
| Binary | 11110010 | 1101000 | 10111100 | 0 | 111001 | 10110 | 101 | 101000011 | 1010100 | 1000100 |
Color Harmonies of #F268BC
Complementary color
Monochromatic Colors of #F268BC
Black with #F268BC
Text Example
Text Example
White with #F268BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F268BC; }
p { color: rgb(242,104,188); }
H1.HeaderClassName
{
color: #F268BC;
}
.AnyTagClassName
{
color: #F268BC;
}
</style>
background-color css
<style>
a { background-color: #F268BC; }
a { background-color: rgb(242,104,188); }
div.DivClassName
{
background-color: #F268BC;
}
.BgClassName
{
background-color: #F268BC;
}
</style>
border-color css
<style>
span { border-color: #F268BC; }
span { border-color: rgb(242,104,188); }
td.TdClassName
{
border-color: #F268BC;
}
.TagClassName
{
border-color: #F268BC;
}
</style>