Shades of Hot Pink #F65BBA
Tints of Hot Pink #F65BBA
RGB
CMYK
RGB Variations
Color information
#F65BBA (or 0xF65BBA) is known color: Hot Pink. HEX triplet: F6, 5B and BA. RGB value is (246,91,186). Sum of RGB (Red+Green+Blue) = 246+91+186=523 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.04% from 523); Green value is 91 (35.94% from 255 or 17.40% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 246 - color contains mainly: red. Hex color #F65BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65BBA is #09A445. Grayscale: #939393. Windows color (decimal): -631878 or 12213238. OLE color: 12213238.
HSL color Cylindrical-coordinate representation of color #F65BBA: hue angle of 323.23º 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 #F65BBA is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 91 | 186 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.04 |
| HSL | 323.23º | 0.9% | 0.66% | - |
| HSV(B) | 323.23º | 0.63% | 0.96% | - |
| XYZ | 50.61 | 30.62 | 49.7 | - |
| YUV | 148.18 | 149.35 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 91 | 186 | 0 | 0.63 | 0.24 | 0.04 | 323.23 | 0.9 | 0.66 |
| Hex | F6 | 5B | BA | 0 | 3F | 18 | 4 | 143 | 5A | 42 |
| Octal | 366 | 133 | 272 | 0 | 77 | 30 | 4 | 503 | 132 | 102 |
| Binary | 11110110 | 1011011 | 10111010 | 0 | 111111 | 11000 | 100 | 101000011 | 1011010 | 1000010 |
Color Harmonies of #F65BBA
Complementary color
Monochromatic Colors of #F65BBA
Black with #F65BBA
Text Example
Text Example
White with #F65BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65BBA; }
p { color: rgb(246,91,186); }
H1.HeaderClassName
{
color: #F65BBA;
}
.AnyTagClassName
{
color: #F65BBA;
}
</style>
background-color css
<style>
a { background-color: #F65BBA; }
a { background-color: rgb(246,91,186); }
div.DivClassName
{
background-color: #F65BBA;
}
.BgClassName
{
background-color: #F65BBA;
}
</style>
border-color css
<style>
span { border-color: #F65BBA; }
span { border-color: rgb(246,91,186); }
td.TdClassName
{
border-color: #F65BBA;
}
.TagClassName
{
border-color: #F65BBA;
}
</style>