Shades of Hot Pink #F65ABC
Tints of Hot Pink #F65ABC
RGB
CMYK
RGB Variations
Color information
#F65ABC (or 0xF65ABC) is known color: Hot Pink. HEX triplet: F6, 5A and BC. RGB value is (246,90,188). Sum of RGB (Red+Green+Blue) = 246+90+188=524 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.95% from 524); Green value is 90 (35.55% from 255 or 17.18% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 246 - color contains mainly: red. Hex color #F65ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65ABC is #09A543. Grayscale: #939393. Windows color (decimal): -632132 or 12344054. OLE color: 12344054.
HSL color Cylindrical-coordinate representation of color #F65ABC: hue angle of 322.31º 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 #F65ABC is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 90 | 188 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.04 |
| HSL | 322.31º | 0.9% | 0.66% | - |
| HSV(B) | 322.31º | 0.63% | 0.96% | - |
| XYZ | 50.74 | 30.54 | 50.8 | - |
| YUV | 147.82 | 150.68 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 90 | 188 | 0 | 0.63 | 0.24 | 0.04 | 322.31 | 0.9 | 0.66 |
| Hex | F6 | 5A | BC | 0 | 3F | 18 | 4 | 142 | 5A | 42 |
| Octal | 366 | 132 | 274 | 0 | 77 | 30 | 4 | 502 | 132 | 102 |
| Binary | 11110110 | 1011010 | 10111100 | 0 | 111111 | 11000 | 100 | 101000010 | 1011010 | 1000010 |
Color Harmonies of #F65ABC
Complementary color
Monochromatic Colors of #F65ABC
Black with #F65ABC
Text Example
Text Example
White with #F65ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65ABC; }
p { color: rgb(246,90,188); }
H1.HeaderClassName
{
color: #F65ABC;
}
.AnyTagClassName
{
color: #F65ABC;
}
</style>
background-color css
<style>
a { background-color: #F65ABC; }
a { background-color: rgb(246,90,188); }
div.DivClassName
{
background-color: #F65ABC;
}
.BgClassName
{
background-color: #F65ABC;
}
</style>
border-color css
<style>
span { border-color: #F65ABC; }
span { border-color: rgb(246,90,188); }
td.TdClassName
{
border-color: #F65ABC;
}
.TagClassName
{
border-color: #F65ABC;
}
</style>