Shades of Hot Pink #F266A4
Tints of Hot Pink #F266A4
RGB
CMYK
RGB Variations
Color information
#F266A4 (or 0xF266A4) is known color: Hot Pink. HEX triplet: F2, 66 and A4. RGB value is (242,102,164). Sum of RGB (Red+Green+Blue) = 242+102+164=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 102 (40.23% from 255 or 20.08% from 508); Blue value is 164 (64.45% from 255 or 32.28% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F266A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F266A4 is #0D995B. Grayscale: #969696. Windows color (decimal): -891228 or 10774258. OLE color: 10774258.
HSL color Cylindrical-coordinate representation of color #F266A4: hue angle of 333.43º 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 #F266A4 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 164 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.05 |
| HSL | 333.43º | 0.84% | 0.67% | - |
| HSV(B) | 333.43º | 0.58% | 0.95% | - |
| XYZ | 48.07 | 31.06 | 38.58 | - |
| YUV | 150.93 | 135.38 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 164 | 0 | 0.58 | 0.32 | 0.05 | 333.43 | 0.84 | 0.67 |
| Hex | F2 | 66 | A4 | 0 | 3A | 20 | 5 | 14D | 54 | 43 |
| Octal | 362 | 146 | 244 | 0 | 72 | 40 | 5 | 515 | 124 | 103 |
| Binary | 11110010 | 1100110 | 10100100 | 0 | 111010 | 100000 | 101 | 101001101 | 1010100 | 1000011 |
Color Harmonies of #F266A4
Complementary color
Monochromatic Colors of #F266A4
Black with #F266A4
Text Example
Text Example
White with #F266A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F266A4; }
p { color: rgb(242,102,164); }
H1.HeaderClassName
{
color: #F266A4;
}
.AnyTagClassName
{
color: #F266A4;
}
</style>
background-color css
<style>
a { background-color: #F266A4; }
a { background-color: rgb(242,102,164); }
div.DivClassName
{
background-color: #F266A4;
}
.BgClassName
{
background-color: #F266A4;
}
</style>
border-color css
<style>
span { border-color: #F266A4; }
span { border-color: rgb(242,102,164); }
td.TdClassName
{
border-color: #F266A4;
}
.TagClassName
{
border-color: #F266A4;
}
</style>