Shades of Hot Pink #F65EBA
Tints of Hot Pink #F65EBA
RGB
CMYK
RGB Variations
Color information
#F65EBA (or 0xF65EBA) is known color: Hot Pink. HEX triplet: F6, 5E and BA. RGB value is (246,94,186). Sum of RGB (Red+Green+Blue) = 246+94+186=526 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.77% from 526); Green value is 94 (37.11% from 255 or 17.87% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 246 - color contains mainly: red. Hex color #F65EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65EBA is #09A145. Grayscale: #959595. Windows color (decimal): -631110 or 12214006. OLE color: 12214006.
HSL color Cylindrical-coordinate representation of color #F65EBA: hue angle of 323.68º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F65EBA is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 94 | 186 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.04 |
| HSL | 323.68º | 0.89% | 0.67% | - |
| HSV(B) | 323.68º | 0.62% | 0.96% | - |
| XYZ | 50.87 | 31.14 | 49.78 | - |
| YUV | 149.94 | 148.36 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 94 | 186 | 0 | 0.62 | 0.24 | 0.04 | 323.68 | 0.89 | 0.67 |
| Hex | F6 | 5E | BA | 0 | 3E | 18 | 4 | 144 | 59 | 43 |
| Octal | 366 | 136 | 272 | 0 | 76 | 30 | 4 | 504 | 131 | 103 |
| Binary | 11110110 | 1011110 | 10111010 | 0 | 111110 | 11000 | 100 | 101000100 | 1011001 | 1000011 |
Color Harmonies of #F65EBA
Complementary color
Monochromatic Colors of #F65EBA
Black with #F65EBA
Text Example
Text Example
White with #F65EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65EBA; }
p { color: rgb(246,94,186); }
H1.HeaderClassName
{
color: #F65EBA;
}
.AnyTagClassName
{
color: #F65EBA;
}
</style>
background-color css
<style>
a { background-color: #F65EBA; }
a { background-color: rgb(246,94,186); }
div.DivClassName
{
background-color: #F65EBA;
}
.BgClassName
{
background-color: #F65EBA;
}
</style>
border-color css
<style>
span { border-color: #F65EBA; }
span { border-color: rgb(246,94,186); }
td.TdClassName
{
border-color: #F65EBA;
}
.TagClassName
{
border-color: #F65EBA;
}
</style>