Shades of Hot Pink #F65DB4
Tints of Hot Pink #F65DB4
RGB
CMYK
RGB Variations
Color information
#F65DB4 (or 0xF65DB4) is known color: Hot Pink. HEX triplet: F6, 5D and B4. RGB value is (246,93,180). Sum of RGB (Red+Green+Blue) = 246+93+180=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 93 (36.72% from 255 or 17.92% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 246 - color contains mainly: red. Hex color #F65DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65DB4 is #09A24B. Grayscale: #949494. Windows color (decimal): -631372 or 11820534. OLE color: 11820534.
HSL color Cylindrical-coordinate representation of color #F65DB4: hue angle of 325.88º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F65DB4 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 93 | 180 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.04 |
| HSL | 325.88º | 0.89% | 0.66% | - |
| HSV(B) | 325.88º | 0.62% | 0.96% | - |
| XYZ | 50.16 | 30.72 | 46.47 | - |
| YUV | 148.67 | 145.69 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 93 | 180 | 0 | 0.62 | 0.27 | 0.04 | 325.88 | 0.89 | 0.66 |
| Hex | F6 | 5D | B4 | 0 | 3E | 1B | 4 | 146 | 59 | 42 |
| Octal | 366 | 135 | 264 | 0 | 76 | 33 | 4 | 506 | 131 | 102 |
| Binary | 11110110 | 1011101 | 10110100 | 0 | 111110 | 11011 | 100 | 101000110 | 1011001 | 1000010 |
Color Harmonies of #F65DB4
Complementary color
Monochromatic Colors of #F65DB4
Black with #F65DB4
Text Example
Text Example
White with #F65DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65DB4; }
p { color: rgb(246,93,180); }
H1.HeaderClassName
{
color: #F65DB4;
}
.AnyTagClassName
{
color: #F65DB4;
}
</style>
background-color css
<style>
a { background-color: #F65DB4; }
a { background-color: rgb(246,93,180); }
div.DivClassName
{
background-color: #F65DB4;
}
.BgClassName
{
background-color: #F65DB4;
}
</style>
border-color css
<style>
span { border-color: #F65DB4; }
span { border-color: rgb(246,93,180); }
td.TdClassName
{
border-color: #F65DB4;
}
.TagClassName
{
border-color: #F65DB4;
}
</style>