Shades of Hot Pink #F65FBC
Tints of Hot Pink #F65FBC
RGB
CMYK
RGB Variations
Color information
#F65FBC (or 0xF65FBC) is known color: Hot Pink. HEX triplet: F6, 5F and BC. RGB value is (246,95,188). Sum of RGB (Red+Green+Blue) = 246+95+188=529 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.50% from 529); Green value is 95 (37.5% from 255 or 17.96% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 246 - color contains mainly: red. Hex color #F65FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65FBC is #09A043. Grayscale: #969696. Windows color (decimal): -630852 or 12345334. OLE color: 12345334.
HSL color Cylindrical-coordinate representation of color #F65FBC: hue angle of 323.05º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F65FBC is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 95 | 188 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.04 |
| HSL | 323.05º | 0.89% | 0.67% | - |
| HSV(B) | 323.05º | 0.61% | 0.96% | - |
| XYZ | 51.18 | 31.41 | 50.94 | - |
| YUV | 150.75 | 149.03 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 95 | 188 | 0 | 0.61 | 0.24 | 0.04 | 323.05 | 0.89 | 0.67 |
| Hex | F6 | 5F | BC | 0 | 3D | 18 | 4 | 143 | 59 | 43 |
| Octal | 366 | 137 | 274 | 0 | 75 | 30 | 4 | 503 | 131 | 103 |
| Binary | 11110110 | 1011111 | 10111100 | 0 | 111101 | 11000 | 100 | 101000011 | 1011001 | 1000011 |
Color Harmonies of #F65FBC
Complementary color
Monochromatic Colors of #F65FBC
Black with #F65FBC
Text Example
Text Example
White with #F65FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65FBC; }
p { color: rgb(246,95,188); }
H1.HeaderClassName
{
color: #F65FBC;
}
.AnyTagClassName
{
color: #F65FBC;
}
</style>
background-color css
<style>
a { background-color: #F65FBC; }
a { background-color: rgb(246,95,188); }
div.DivClassName
{
background-color: #F65FBC;
}
.BgClassName
{
background-color: #F65FBC;
}
</style>
border-color css
<style>
span { border-color: #F65FBC; }
span { border-color: rgb(246,95,188); }
td.TdClassName
{
border-color: #F65FBC;
}
.TagClassName
{
border-color: #F65FBC;
}
</style>