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