Shades of Hot Pink #F65BBE
Tints of Hot Pink #F65BBE
RGB
CMYK
RGB Variations
Color information
#F65BBE (or 0xF65BBE) is known color: Hot Pink. HEX triplet: F6, 5B and BE. RGB value is (246,91,190). Sum of RGB (Red+Green+Blue) = 246+91+190=527 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.68% from 527); Green value is 91 (35.94% from 255 or 17.27% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 246 - color contains mainly: red. Hex color #F65BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65BBE is #09A441. Grayscale: #949494. Windows color (decimal): -631874 or 12475382. OLE color: 12475382.
HSL color Cylindrical-coordinate representation of color #F65BBE: hue angle of 321.68º 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 #F65BBE is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 91 | 190 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.04 |
| HSL | 321.68º | 0.9% | 0.66% | - |
| HSV(B) | 321.68º | 0.63% | 0.96% | - |
| XYZ | 51.04 | 30.79 | 51.97 | - |
| YUV | 148.63 | 151.35 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 91 | 190 | 0 | 0.63 | 0.23 | 0.04 | 321.68 | 0.9 | 0.66 |
| Hex | F6 | 5B | BE | 0 | 3F | 17 | 4 | 142 | 5A | 42 |
| Octal | 366 | 133 | 276 | 0 | 77 | 27 | 4 | 502 | 132 | 102 |
| Binary | 11110110 | 1011011 | 10111110 | 0 | 111111 | 10111 | 100 | 101000010 | 1011010 | 1000010 |
Color Harmonies of #F65BBE
Complementary color
Monochromatic Colors of #F65BBE
Black with #F65BBE
Text Example
Text Example
White with #F65BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65BBE; }
p { color: rgb(246,91,190); }
H1.HeaderClassName
{
color: #F65BBE;
}
.AnyTagClassName
{
color: #F65BBE;
}
</style>
background-color css
<style>
a { background-color: #F65BBE; }
a { background-color: rgb(246,91,190); }
div.DivClassName
{
background-color: #F65BBE;
}
.BgClassName
{
background-color: #F65BBE;
}
</style>
border-color css
<style>
span { border-color: #F65BBE; }
span { border-color: rgb(246,91,190); }
td.TdClassName
{
border-color: #F65BBE;
}
.TagClassName
{
border-color: #F65BBE;
}
</style>