Shades of Hot Pink #F268AF
Tints of Hot Pink #F268AF
RGB
CMYK
RGB Variations
Color information
#F268AF (or 0xF268AF) is known color: Hot Pink. HEX triplet: F2, 68 and AF. RGB value is (242,104,175). Sum of RGB (Red+Green+Blue) = 242+104+175=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F268AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F268AF is #0D9750. Grayscale: #999999. Windows color (decimal): -890705 or 11495666. OLE color: 11495666.
HSL color Cylindrical-coordinate representation of color #F268AF: hue angle of 329.13º 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 #F268AF is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 175 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.05 |
| HSL | 329.13º | 0.84% | 0.68% | - |
| HSV(B) | 329.13º | 0.57% | 0.95% | - |
| XYZ | 49.31 | 31.87 | 44.11 | - |
| YUV | 153.36 | 140.22 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 175 | 0 | 0.57 | 0.28 | 0.05 | 329.13 | 0.84 | 0.68 |
| Hex | F2 | 68 | AF | 0 | 39 | 1C | 5 | 149 | 54 | 44 |
| Octal | 362 | 150 | 257 | 0 | 71 | 34 | 5 | 511 | 124 | 104 |
| Binary | 11110010 | 1101000 | 10101111 | 0 | 111001 | 11100 | 101 | 101001001 | 1010100 | 1000100 |
Color Harmonies of #F268AF
Complementary color
Monochromatic Colors of #F268AF
Black with #F268AF
Text Example
Text Example
White with #F268AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F268AF; }
p { color: rgb(242,104,175); }
H1.HeaderClassName
{
color: #F268AF;
}
.AnyTagClassName
{
color: #F268AF;
}
</style>
background-color css
<style>
a { background-color: #F268AF; }
a { background-color: rgb(242,104,175); }
div.DivClassName
{
background-color: #F268AF;
}
.BgClassName
{
background-color: #F268AF;
}
</style>
border-color css
<style>
span { border-color: #F268AF; }
span { border-color: rgb(242,104,175); }
td.TdClassName
{
border-color: #F268AF;
}
.TagClassName
{
border-color: #F268AF;
}
</style>