Shades of Hot Pink #F465B6
Tints of Hot Pink #F465B6
RGB
CMYK
RGB Variations
Color information
#F465B6 (or 0xF465B6) is known color: Hot Pink. HEX triplet: F4, 65 and B6. RGB value is (244,101,182). Sum of RGB (Red+Green+Blue) = 244+101+182=527 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.30% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 244 - color contains mainly: red. Hex color #F465B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F465B6 is #0B9A49. Grayscale: #989898. Windows color (decimal): -760394 or 11953652. OLE color: 11953652.
HSL color Cylindrical-coordinate representation of color #F465B6: hue angle of 326.01º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F465B6 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 101 | 182 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.04 |
| HSL | 326.01º | 0.87% | 0.68% | - |
| HSV(B) | 326.01º | 0.59% | 0.96% | - |
| XYZ | 50.41 | 31.92 | 47.76 | - |
| YUV | 152.99 | 144.38 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 101 | 182 | 0 | 0.59 | 0.25 | 0.04 | 326.01 | 0.87 | 0.68 |
| Hex | F4 | 65 | B6 | 0 | 3B | 19 | 4 | 146 | 57 | 44 |
| Octal | 364 | 145 | 266 | 0 | 73 | 31 | 4 | 506 | 127 | 104 |
| Binary | 11110100 | 1100101 | 10110110 | 0 | 111011 | 11001 | 100 | 101000110 | 1010111 | 1000100 |
Color Harmonies of #F465B6
Complementary color
Monochromatic Colors of #F465B6
Black with #F465B6
Text Example
Text Example
White with #F465B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F465B6; }
p { color: rgb(244,101,182); }
H1.HeaderClassName
{
color: #F465B6;
}
.AnyTagClassName
{
color: #F465B6;
}
</style>
background-color css
<style>
a { background-color: #F465B6; }
a { background-color: rgb(244,101,182); }
div.DivClassName
{
background-color: #F465B6;
}
.BgClassName
{
background-color: #F465B6;
}
</style>
border-color css
<style>
span { border-color: #F465B6; }
span { border-color: rgb(244,101,182); }
td.TdClassName
{
border-color: #F465B6;
}
.TagClassName
{
border-color: #F465B6;
}
</style>