Shades of Hot Pink #F65FBA
Tints of Hot Pink #F65FBA
RGB
CMYK
RGB Variations
Color information
#F65FBA (or 0xF65FBA) is known color: Hot Pink. HEX triplet: F6, 5F and BA. RGB value is (246,95,186). Sum of RGB (Red+Green+Blue) = 246+95+186=527 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.68% from 527); Green value is 95 (37.5% from 255 or 18.03% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 246 - color contains mainly: red. Hex color #F65FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65FBA is #09A045. Grayscale: #969696. Windows color (decimal): -630854 or 12214262. OLE color: 12214262.
HSL color Cylindrical-coordinate representation of color #F65FBA: hue angle of 323.84º 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 #F65FBA is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 95 | 186 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.04 |
| HSL | 323.84º | 0.89% | 0.67% | - |
| HSV(B) | 323.84º | 0.61% | 0.96% | - |
| XYZ | 50.96 | 31.32 | 49.81 | - |
| YUV | 150.52 | 148.03 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 95 | 186 | 0 | 0.61 | 0.24 | 0.04 | 323.84 | 0.89 | 0.67 |
| Hex | F6 | 5F | BA | 0 | 3D | 18 | 4 | 144 | 59 | 43 |
| Octal | 366 | 137 | 272 | 0 | 75 | 30 | 4 | 504 | 131 | 103 |
| Binary | 11110110 | 1011111 | 10111010 | 0 | 111101 | 11000 | 100 | 101000100 | 1011001 | 1000011 |
Color Harmonies of #F65FBA
Complementary color
Monochromatic Colors of #F65FBA
Black with #F65FBA
Text Example
Text Example
White with #F65FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65FBA; }
p { color: rgb(246,95,186); }
H1.HeaderClassName
{
color: #F65FBA;
}
.AnyTagClassName
{
color: #F65FBA;
}
</style>
background-color css
<style>
a { background-color: #F65FBA; }
a { background-color: rgb(246,95,186); }
div.DivClassName
{
background-color: #F65FBA;
}
.BgClassName
{
background-color: #F65FBA;
}
</style>
border-color css
<style>
span { border-color: #F65FBA; }
span { border-color: rgb(246,95,186); }
td.TdClassName
{
border-color: #F65FBA;
}
.TagClassName
{
border-color: #F65FBA;
}
</style>