Shades of Hot Pink #F65FB4
Tints of Hot Pink #F65FB4
RGB
CMYK
RGB Variations
Color information
#F65FB4 (or 0xF65FB4) is known color: Hot Pink. HEX triplet: F6, 5F and B4. RGB value is (246,95,180). Sum of RGB (Red+Green+Blue) = 246+95+180=521 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.22% from 521); Green value is 95 (37.5% from 255 or 18.23% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 246 - color contains mainly: red. Hex color #F65FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65FB4 is #09A04B. Grayscale: #959595. Windows color (decimal): -630860 or 11821046. OLE color: 11821046.
HSL color Cylindrical-coordinate representation of color #F65FB4: hue angle of 326.23º 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 #F65FB4 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 95 | 180 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.04 |
| HSL | 326.23º | 0.89% | 0.67% | - |
| HSV(B) | 326.23º | 0.61% | 0.96% | - |
| XYZ | 50.34 | 31.07 | 46.52 | - |
| YUV | 149.84 | 145.03 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 95 | 180 | 0 | 0.61 | 0.27 | 0.04 | 326.23 | 0.89 | 0.67 |
| Hex | F6 | 5F | B4 | 0 | 3D | 1B | 4 | 146 | 59 | 43 |
| Octal | 366 | 137 | 264 | 0 | 75 | 33 | 4 | 506 | 131 | 103 |
| Binary | 11110110 | 1011111 | 10110100 | 0 | 111101 | 11011 | 100 | 101000110 | 1011001 | 1000011 |
Color Harmonies of #F65FB4
Complementary color
Monochromatic Colors of #F65FB4
Black with #F65FB4
Text Example
Text Example
White with #F65FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65FB4; }
p { color: rgb(246,95,180); }
H1.HeaderClassName
{
color: #F65FB4;
}
.AnyTagClassName
{
color: #F65FB4;
}
</style>
background-color css
<style>
a { background-color: #F65FB4; }
a { background-color: rgb(246,95,180); }
div.DivClassName
{
background-color: #F65FB4;
}
.BgClassName
{
background-color: #F65FB4;
}
</style>
border-color css
<style>
span { border-color: #F65FB4; }
span { border-color: rgb(246,95,180); }
td.TdClassName
{
border-color: #F65FB4;
}
.TagClassName
{
border-color: #F65FB4;
}
</style>