Shades of Hot Pink #F268AB
Tints of Hot Pink #F268AB
RGB
CMYK
RGB Variations
Color information
#F268AB (or 0xF268AB) is known color: Hot Pink. HEX triplet: F2, 68 and AB. RGB value is (242,104,171). Sum of RGB (Red+Green+Blue) = 242+104+171=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 104 (41.02% from 255 or 20.12% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F268AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F268AB is #0D9754. Grayscale: #989898. Windows color (decimal): -890709 or 11233522. OLE color: 11233522.
HSL color Cylindrical-coordinate representation of color #F268AB: hue angle of 330.87º 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 #F268AB is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 171 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.05 |
| HSL | 330.87º | 0.84% | 0.68% | - |
| HSV(B) | 330.87º | 0.57% | 0.95% | - |
| XYZ | 48.92 | 31.72 | 42.07 | - |
| YUV | 152.9 | 138.22 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 171 | 0 | 0.57 | 0.29 | 0.05 | 330.87 | 0.84 | 0.68 |
| Hex | F2 | 68 | AB | 0 | 39 | 1D | 5 | 14B | 54 | 44 |
| Octal | 362 | 150 | 253 | 0 | 71 | 35 | 5 | 513 | 124 | 104 |
| Binary | 11110010 | 1101000 | 10101011 | 0 | 111001 | 11101 | 101 | 101001011 | 1010100 | 1000100 |
Color Harmonies of #F268AB
Complementary color
Monochromatic Colors of #F268AB
Black with #F268AB
Text Example
Text Example
White with #F268AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F268AB; }
p { color: rgb(242,104,171); }
H1.HeaderClassName
{
color: #F268AB;
}
.AnyTagClassName
{
color: #F268AB;
}
</style>
background-color css
<style>
a { background-color: #F268AB; }
a { background-color: rgb(242,104,171); }
div.DivClassName
{
background-color: #F268AB;
}
.BgClassName
{
background-color: #F268AB;
}
</style>
border-color css
<style>
span { border-color: #F268AB; }
span { border-color: rgb(242,104,171); }
td.TdClassName
{
border-color: #F268AB;
}
.TagClassName
{
border-color: #F268AB;
}
</style>