Shades of Hot Pink #F466BC
Tints of Hot Pink #F466BC
RGB
CMYK
RGB Variations
Color information
#F466BC (or 0xF466BC) is known color: Hot Pink. HEX triplet: F4, 66 and BC. RGB value is (244,102,188). Sum of RGB (Red+Green+Blue) = 244+102+188=534 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.69% from 534); Green value is 102 (40.23% from 255 or 19.10% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 244 - color contains mainly: red. Hex color #F466BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F466BC is #0B9943. Grayscale: #9A9A9A. Windows color (decimal): -760132 or 12347124. OLE color: 12347124.
HSL color Cylindrical-coordinate representation of color #F466BC: hue angle of 323.66º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F466BC is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 102 | 188 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.04 |
| HSL | 323.66º | 0.87% | 0.68% | - |
| HSV(B) | 323.66º | 0.58% | 0.96% | - |
| XYZ | 51.14 | 32.37 | 51.13 | - |
| YUV | 154.26 | 147.04 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 102 | 188 | 0 | 0.58 | 0.23 | 0.04 | 323.66 | 0.87 | 0.68 |
| Hex | F4 | 66 | BC | 0 | 3A | 17 | 4 | 144 | 57 | 44 |
| Octal | 364 | 146 | 274 | 0 | 72 | 27 | 4 | 504 | 127 | 104 |
| Binary | 11110100 | 1100110 | 10111100 | 0 | 111010 | 10111 | 100 | 101000100 | 1010111 | 1000100 |
Color Harmonies of #F466BC
Complementary color
Monochromatic Colors of #F466BC
Black with #F466BC
Text Example
Text Example
White with #F466BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F466BC; }
p { color: rgb(244,102,188); }
H1.HeaderClassName
{
color: #F466BC;
}
.AnyTagClassName
{
color: #F466BC;
}
</style>
background-color css
<style>
a { background-color: #F466BC; }
a { background-color: rgb(244,102,188); }
div.DivClassName
{
background-color: #F466BC;
}
.BgClassName
{
background-color: #F466BC;
}
</style>
border-color css
<style>
span { border-color: #F466BC; }
span { border-color: rgb(244,102,188); }
td.TdClassName
{
border-color: #F466BC;
}
.TagClassName
{
border-color: #F466BC;
}
</style>