Shades of Hot Pink #F266AD
Tints of Hot Pink #F266AD
RGB
CMYK
RGB Variations
Color information
#F266AD (or 0xF266AD) is known color: Hot Pink. HEX triplet: F2, 66 and AD. RGB value is (242,102,173). Sum of RGB (Red+Green+Blue) = 242+102+173=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 102 (40.23% from 255 or 19.73% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F266AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F266AD is #0D9952. Grayscale: #979797. Windows color (decimal): -891219 or 11364082. OLE color: 11364082.
HSL color Cylindrical-coordinate representation of color #F266AD: hue angle of 329.57º 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 #F266AD is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 173 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.05 |
| HSL | 329.57º | 0.84% | 0.67% | - |
| HSV(B) | 329.57º | 0.58% | 0.95% | - |
| XYZ | 48.91 | 31.4 | 43.02 | - |
| YUV | 151.95 | 139.88 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 173 | 0 | 0.58 | 0.29 | 0.05 | 329.57 | 0.84 | 0.67 |
| Hex | F2 | 66 | AD | 0 | 3A | 1D | 5 | 14A | 54 | 43 |
| Octal | 362 | 146 | 255 | 0 | 72 | 35 | 5 | 512 | 124 | 103 |
| Binary | 11110010 | 1100110 | 10101101 | 0 | 111010 | 11101 | 101 | 101001010 | 1010100 | 1000011 |
Color Harmonies of #F266AD
Complementary color
Monochromatic Colors of #F266AD
Black with #F266AD
Text Example
Text Example
White with #F266AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F266AD; }
p { color: rgb(242,102,173); }
H1.HeaderClassName
{
color: #F266AD;
}
.AnyTagClassName
{
color: #F266AD;
}
</style>
background-color css
<style>
a { background-color: #F266AD; }
a { background-color: rgb(242,102,173); }
div.DivClassName
{
background-color: #F266AD;
}
.BgClassName
{
background-color: #F266AD;
}
</style>
border-color css
<style>
span { border-color: #F266AD; }
span { border-color: rgb(242,102,173); }
td.TdClassName
{
border-color: #F266AD;
}
.TagClassName
{
border-color: #F266AD;
}
</style>