Shades of Hot Pink #F266B1
Tints of Hot Pink #F266B1
RGB
CMYK
RGB Variations
Color information
#F266B1 (or 0xF266B1) is known color: Hot Pink. HEX triplet: F2, 66 and B1. RGB value is (242,102,177). Sum of RGB (Red+Green+Blue) = 242+102+177=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 102 (40.23% from 255 or 19.58% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F266B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F266B1 is #0D994E. Grayscale: #989898. Windows color (decimal): -891215 or 11626226. OLE color: 11626226.
HSL color Cylindrical-coordinate representation of color #F266B1: hue angle of 327.86º 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 #F266B1 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 177 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.05 |
| HSL | 327.86º | 0.84% | 0.67% | - |
| HSV(B) | 327.86º | 0.58% | 0.95% | - |
| XYZ | 49.31 | 31.55 | 45.09 | - |
| YUV | 152.41 | 141.88 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 177 | 0 | 0.58 | 0.27 | 0.05 | 327.86 | 0.84 | 0.67 |
| Hex | F2 | 66 | B1 | 0 | 3A | 1B | 5 | 148 | 54 | 43 |
| Octal | 362 | 146 | 261 | 0 | 72 | 33 | 5 | 510 | 124 | 103 |
| Binary | 11110010 | 1100110 | 10110001 | 0 | 111010 | 11011 | 101 | 101001000 | 1010100 | 1000011 |
Color Harmonies of #F266B1
Complementary color
Monochromatic Colors of #F266B1
Black with #F266B1
Text Example
Text Example
White with #F266B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F266B1; }
p { color: rgb(242,102,177); }
H1.HeaderClassName
{
color: #F266B1;
}
.AnyTagClassName
{
color: #F266B1;
}
</style>
background-color css
<style>
a { background-color: #F266B1; }
a { background-color: rgb(242,102,177); }
div.DivClassName
{
background-color: #F266B1;
}
.BgClassName
{
background-color: #F266B1;
}
</style>
border-color css
<style>
span { border-color: #F266B1; }
span { border-color: rgb(242,102,177); }
td.TdClassName
{
border-color: #F266B1;
}
.TagClassName
{
border-color: #F266B1;
}
</style>