Shades of Hot Pink #F266AF
Tints of Hot Pink #F266AF
RGB
CMYK
RGB Variations
Color information
#F266AF (or 0xF266AF) is known color: Hot Pink. HEX triplet: F2, 66 and AF. RGB value is (242,102,175). Sum of RGB (Red+Green+Blue) = 242+102+175=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 102 (40.23% from 255 or 19.65% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F266AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F266AF is #0D9950. Grayscale: #989898. Windows color (decimal): -891217 or 11495154. OLE color: 11495154.
HSL color Cylindrical-coordinate representation of color #F266AF: hue angle of 328.71º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F266AF is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 175 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.05 |
| HSL | 328.71º | 0.84% | 0.67% | - |
| HSV(B) | 328.71º | 0.58% | 0.95% | - |
| XYZ | 49.11 | 31.48 | 44.04 | - |
| YUV | 152.18 | 140.88 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 175 | 0 | 0.58 | 0.28 | 0.05 | 328.71 | 0.84 | 0.67 |
| Hex | F2 | 66 | AF | 0 | 3A | 1C | 5 | 149 | 54 | 43 |
| Octal | 362 | 146 | 257 | 0 | 72 | 34 | 5 | 511 | 124 | 103 |
| Binary | 11110010 | 1100110 | 10101111 | 0 | 111010 | 11100 | 101 | 101001001 | 1010100 | 1000011 |
Color Harmonies of #F266AF
Complementary color
Monochromatic Colors of #F266AF
Black with #F266AF
Text Example
Text Example
White with #F266AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F266AF; }
p { color: rgb(242,102,175); }
H1.HeaderClassName
{
color: #F266AF;
}
.AnyTagClassName
{
color: #F266AF;
}
</style>
background-color css
<style>
a { background-color: #F266AF; }
a { background-color: rgb(242,102,175); }
div.DivClassName
{
background-color: #F266AF;
}
.BgClassName
{
background-color: #F266AF;
}
</style>
border-color css
<style>
span { border-color: #F266AF; }
span { border-color: rgb(242,102,175); }
td.TdClassName
{
border-color: #F266AF;
}
.TagClassName
{
border-color: #F266AF;
}
</style>