Shades of Hot Pink #F64FBE
Tints of Hot Pink #F64FBE
RGB
CMYK
RGB Variations
Color information
#F64FBE (or 0xF64FBE) is known color: Hot Pink. HEX triplet: F6, 4F and BE. RGB value is (246,79,190). Sum of RGB (Red+Green+Blue) = 246+79+190=515 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.77% from 515); Green value is 79 (31.25% from 255 or 15.34% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 246 - color contains mainly: red. Hex color #F64FBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64FBE is #09B041. Grayscale: #8D8D8D. Windows color (decimal): -634946 or 12472310. OLE color: 12472310.
HSL color Cylindrical-coordinate representation of color #F64FBE: hue angle of 320.12º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F64FBE is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 79 | 190 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.04 |
| HSL | 320.12º | 0.9% | 0.64% | - |
| HSV(B) | 320.12º | 0.68% | 0.96% | - |
| XYZ | 50.1 | 28.9 | 51.65 | - |
| YUV | 141.59 | 155.33 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 79 | 190 | 0 | 0.68 | 0.23 | 0.04 | 320.12 | 0.9 | 0.64 |
| Hex | F6 | 4F | BE | 0 | 44 | 17 | 4 | 140 | 5A | 40 |
| Octal | 366 | 117 | 276 | 0 | 104 | 27 | 4 | 500 | 132 | 100 |
| Binary | 11110110 | 1001111 | 10111110 | 0 | 1000100 | 10111 | 100 | 101000000 | 1011010 | 1000000 |
Color Harmonies of #F64FBE
Complementary color
Monochromatic Colors of #F64FBE
Black with #F64FBE
Text Example
Text Example
White with #F64FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64FBE; }
p { color: rgb(246,79,190); }
H1.HeaderClassName
{
color: #F64FBE;
}
.AnyTagClassName
{
color: #F64FBE;
}
</style>
background-color css
<style>
a { background-color: #F64FBE; }
a { background-color: rgb(246,79,190); }
div.DivClassName
{
background-color: #F64FBE;
}
.BgClassName
{
background-color: #F64FBE;
}
</style>
border-color css
<style>
span { border-color: #F64FBE; }
span { border-color: rgb(246,79,190); }
td.TdClassName
{
border-color: #F64FBE;
}
.TagClassName
{
border-color: #F64FBE;
}
</style>