Shades of Hot Pink #F65BBC
Tints of Hot Pink #F65BBC
RGB
CMYK
RGB Variations
Color information
#F65BBC (or 0xF65BBC) is known color: Hot Pink. HEX triplet: F6, 5B and BC. RGB value is (246,91,188). Sum of RGB (Red+Green+Blue) = 246+91+188=525 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.86% from 525); Green value is 91 (35.94% from 255 or 17.33% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 246 - color contains mainly: red. Hex color #F65BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65BBC is #09A443. Grayscale: #949494. Windows color (decimal): -631876 or 12344310. OLE color: 12344310.
HSL color Cylindrical-coordinate representation of color #F65BBC: hue angle of 322.45º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65BBC is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 91 | 188 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.04 |
| HSL | 322.45º | 0.9% | 0.66% | - |
| HSV(B) | 322.45º | 0.63% | 0.96% | - |
| XYZ | 50.82 | 30.71 | 50.83 | - |
| YUV | 148.4 | 150.35 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 91 | 188 | 0 | 0.63 | 0.24 | 0.04 | 322.45 | 0.9 | 0.66 |
| Hex | F6 | 5B | BC | 0 | 3F | 18 | 4 | 142 | 5A | 42 |
| Octal | 366 | 133 | 274 | 0 | 77 | 30 | 4 | 502 | 132 | 102 |
| Binary | 11110110 | 1011011 | 10111100 | 0 | 111111 | 11000 | 100 | 101000010 | 1011010 | 1000010 |
Color Harmonies of #F65BBC
Complementary color
Monochromatic Colors of #F65BBC
Black with #F65BBC
Text Example
Text Example
White with #F65BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65BBC; }
p { color: rgb(246,91,188); }
H1.HeaderClassName
{
color: #F65BBC;
}
.AnyTagClassName
{
color: #F65BBC;
}
</style>
background-color css
<style>
a { background-color: #F65BBC; }
a { background-color: rgb(246,91,188); }
div.DivClassName
{
background-color: #F65BBC;
}
.BgClassName
{
background-color: #F65BBC;
}
</style>
border-color css
<style>
span { border-color: #F65BBC; }
span { border-color: rgb(246,91,188); }
td.TdClassName
{
border-color: #F65BBC;
}
.TagClassName
{
border-color: #F65BBC;
}
</style>