Shades of Hot Pink #F466AD
Tints of Hot Pink #F466AD
RGB
CMYK
RGB Variations
Color information
#F466AD (or 0xF466AD) is known color: Hot Pink. HEX triplet: F4, 66 and AD. RGB value is (244,102,173). Sum of RGB (Red+Green+Blue) = 244+102+173=519 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.01% from 519); Green value is 102 (40.23% from 255 or 19.65% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 244 - color contains mainly: red. Hex color #F466AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F466AD is #0B9952. Grayscale: #989898. Windows color (decimal): -760147 or 11364084. OLE color: 11364084.
HSL color Cylindrical-coordinate representation of color #F466AD: hue angle of 330º 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 #F466AD is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 102 | 173 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.04 |
| HSL | 330º | 0.87% | 0.68% | - |
| HSV(B) | 330º | 0.58% | 0.96% | - |
| XYZ | 49.6 | 31.75 | 43.05 | - |
| YUV | 152.55 | 139.54 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 102 | 173 | 0 | 0.58 | 0.29 | 0.04 | 330 | 0.87 | 0.68 |
| Hex | F4 | 66 | AD | 0 | 3A | 1D | 4 | 14A | 57 | 44 |
| Octal | 364 | 146 | 255 | 0 | 72 | 35 | 4 | 512 | 127 | 104 |
| Binary | 11110100 | 1100110 | 10101101 | 0 | 111010 | 11101 | 100 | 101001010 | 1010111 | 1000100 |
Color Harmonies of #F466AD
Complementary color
Monochromatic Colors of #F466AD
Black with #F466AD
Text Example
Text Example
White with #F466AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F466AD; }
p { color: rgb(244,102,173); }
H1.HeaderClassName
{
color: #F466AD;
}
.AnyTagClassName
{
color: #F466AD;
}
</style>
background-color css
<style>
a { background-color: #F466AD; }
a { background-color: rgb(244,102,173); }
div.DivClassName
{
background-color: #F466AD;
}
.BgClassName
{
background-color: #F466AD;
}
</style>
border-color css
<style>
span { border-color: #F466AD; }
span { border-color: rgb(244,102,173); }
td.TdClassName
{
border-color: #F466AD;
}
.TagClassName
{
border-color: #F466AD;
}
</style>