Shades of Hot Pink #F467AD
Tints of Hot Pink #F467AD
RGB
CMYK
RGB Variations
Color information
#F467AD (or 0xF467AD) is known color: Hot Pink. HEX triplet: F4, 67 and AD. RGB value is (244,103,173). Sum of RGB (Red+Green+Blue) = 244+103+173=520 (68% of max value = 765). Red value is 244 (95.70% from 255 or 46.92% from 520); Green value is 103 (40.62% from 255 or 19.81% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 244 - color contains mainly: red. Hex color #F467AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F467AD is #0B9852. Grayscale: #999999. Windows color (decimal): -759891 or 11364340. OLE color: 11364340.
HSL color Cylindrical-coordinate representation of color #F467AD: hue angle of 330.21º 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 #F467AD is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 103 | 173 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.04 |
| HSL | 330.21º | 0.87% | 0.68% | - |
| HSV(B) | 330.21º | 0.58% | 0.96% | - |
| XYZ | 49.7 | 31.95 | 43.08 | - |
| YUV | 153.14 | 139.21 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 103 | 173 | 0 | 0.58 | 0.29 | 0.04 | 330.21 | 0.87 | 0.68 |
| Hex | F4 | 67 | AD | 0 | 3A | 1D | 4 | 14A | 57 | 44 |
| Octal | 364 | 147 | 255 | 0 | 72 | 35 | 4 | 512 | 127 | 104 |
| Binary | 11110100 | 1100111 | 10101101 | 0 | 111010 | 11101 | 100 | 101001010 | 1010111 | 1000100 |
Color Harmonies of #F467AD
Complementary color
Monochromatic Colors of #F467AD
Black with #F467AD
Text Example
Text Example
White with #F467AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F467AD; }
p { color: rgb(244,103,173); }
H1.HeaderClassName
{
color: #F467AD;
}
.AnyTagClassName
{
color: #F467AD;
}
</style>
background-color css
<style>
a { background-color: #F467AD; }
a { background-color: rgb(244,103,173); }
div.DivClassName
{
background-color: #F467AD;
}
.BgClassName
{
background-color: #F467AD;
}
</style>
border-color css
<style>
span { border-color: #F467AD; }
span { border-color: rgb(244,103,173); }
td.TdClassName
{
border-color: #F467AD;
}
.TagClassName
{
border-color: #F467AD;
}
</style>