Shades of Hot Pink #F65ABE
Tints of Hot Pink #F65ABE
RGB
CMYK
RGB Variations
Color information
#F65ABE (or 0xF65ABE) is known color: Hot Pink. HEX triplet: F6, 5A and BE. RGB value is (246,90,190). Sum of RGB (Red+Green+Blue) = 246+90+190=526 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.77% from 526); Green value is 90 (35.55% from 255 or 17.11% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 246 - color contains mainly: red. Hex color #F65ABE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65ABE is #09A541. Grayscale: #939393. Windows color (decimal): -632130 or 12475126. OLE color: 12475126.
HSL color Cylindrical-coordinate representation of color #F65ABE: hue angle of 321.54º 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 #F65ABE is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 90 | 190 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.04 |
| HSL | 321.54º | 0.9% | 0.66% | - |
| HSV(B) | 321.54º | 0.63% | 0.96% | - |
| XYZ | 50.96 | 30.62 | 51.94 | - |
| YUV | 148.04 | 151.68 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 90 | 190 | 0 | 0.63 | 0.23 | 0.04 | 321.54 | 0.9 | 0.66 |
| Hex | F6 | 5A | BE | 0 | 3F | 17 | 4 | 142 | 5A | 42 |
| Octal | 366 | 132 | 276 | 0 | 77 | 27 | 4 | 502 | 132 | 102 |
| Binary | 11110110 | 1011010 | 10111110 | 0 | 111111 | 10111 | 100 | 101000010 | 1011010 | 1000010 |
Color Harmonies of #F65ABE
Complementary color
Monochromatic Colors of #F65ABE
Black with #F65ABE
Text Example
Text Example
White with #F65ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65ABE; }
p { color: rgb(246,90,190); }
H1.HeaderClassName
{
color: #F65ABE;
}
.AnyTagClassName
{
color: #F65ABE;
}
</style>
background-color css
<style>
a { background-color: #F65ABE; }
a { background-color: rgb(246,90,190); }
div.DivClassName
{
background-color: #F65ABE;
}
.BgClassName
{
background-color: #F65ABE;
}
</style>
border-color css
<style>
span { border-color: #F65ABE; }
span { border-color: rgb(246,90,190); }
td.TdClassName
{
border-color: #F65ABE;
}
.TagClassName
{
border-color: #F65ABE;
}
</style>