Shades of Hot Pink #F65CB0
Tints of Hot Pink #F65CB0
RGB
CMYK
RGB Variations
Color information
#F65CB0 (or 0xF65CB0) is known color: Hot Pink. HEX triplet: F6, 5C and B0. RGB value is (246,92,176). Sum of RGB (Red+Green+Blue) = 246+92+176=514 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.86% from 514); Green value is 92 (36.33% from 255 or 17.90% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 246 - color contains mainly: red. Hex color #F65CB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65CB0 is #09A34F. Grayscale: #939393. Windows color (decimal): -631632 or 11558134. OLE color: 11558134.
HSL color Cylindrical-coordinate representation of color #F65CB0: hue angle of 327.27º 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 #F65CB0 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 92 | 176 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.04 |
| HSL | 327.27º | 0.9% | 0.66% | - |
| HSV(B) | 327.27º | 0.63% | 0.96% | - |
| XYZ | 49.67 | 30.38 | 44.32 | - |
| YUV | 147.62 | 144.02 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 176 | 0 | 0.63 | 0.28 | 0.04 | 327.27 | 0.9 | 0.66 |
| Hex | F6 | 5C | B0 | 0 | 3F | 1C | 4 | 147 | 5A | 42 |
| Octal | 366 | 134 | 260 | 0 | 77 | 34 | 4 | 507 | 132 | 102 |
| Binary | 11110110 | 1011100 | 10110000 | 0 | 111111 | 11100 | 100 | 101000111 | 1011010 | 1000010 |
Color Harmonies of #F65CB0
Complementary color
Monochromatic Colors of #F65CB0
Black with #F65CB0
Text Example
Text Example
White with #F65CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65CB0; }
p { color: rgb(246,92,176); }
H1.HeaderClassName
{
color: #F65CB0;
}
.AnyTagClassName
{
color: #F65CB0;
}
</style>
background-color css
<style>
a { background-color: #F65CB0; }
a { background-color: rgb(246,92,176); }
div.DivClassName
{
background-color: #F65CB0;
}
.BgClassName
{
background-color: #F65CB0;
}
</style>
border-color css
<style>
span { border-color: #F65CB0; }
span { border-color: rgb(246,92,176); }
td.TdClassName
{
border-color: #F65CB0;
}
.TagClassName
{
border-color: #F65CB0;
}
</style>