Shades of Hot Pink #F65CBC
Tints of Hot Pink #F65CBC
RGB
CMYK
RGB Variations
Color information
#F65CBC (or 0xF65CBC) is known color: Hot Pink. HEX triplet: F6, 5C and BC. RGB value is (246,92,188). Sum of RGB (Red+Green+Blue) = 246+92+188=526 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.77% from 526); Green value is 92 (36.33% from 255 or 17.49% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 246 - color contains mainly: red. Hex color #F65CBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65CBC is #09A343. Grayscale: #949494. Windows color (decimal): -631620 or 12344566. OLE color: 12344566.
HSL color Cylindrical-coordinate representation of color #F65CBC: hue angle of 322.6º 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 #F65CBC is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 92 | 188 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.04 |
| HSL | 322.6º | 0.9% | 0.66% | - |
| HSV(B) | 322.6º | 0.63% | 0.96% | - |
| XYZ | 50.91 | 30.88 | 50.85 | - |
| YUV | 148.99 | 150.02 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 188 | 0 | 0.63 | 0.24 | 0.04 | 322.6 | 0.9 | 0.66 |
| Hex | F6 | 5C | BC | 0 | 3F | 18 | 4 | 143 | 5A | 42 |
| Octal | 366 | 134 | 274 | 0 | 77 | 30 | 4 | 503 | 132 | 102 |
| Binary | 11110110 | 1011100 | 10111100 | 0 | 111111 | 11000 | 100 | 101000011 | 1011010 | 1000010 |
Color Harmonies of #F65CBC
Complementary color
Monochromatic Colors of #F65CBC
Black with #F65CBC
Text Example
Text Example
White with #F65CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65CBC; }
p { color: rgb(246,92,188); }
H1.HeaderClassName
{
color: #F65CBC;
}
.AnyTagClassName
{
color: #F65CBC;
}
</style>
background-color css
<style>
a { background-color: #F65CBC; }
a { background-color: rgb(246,92,188); }
div.DivClassName
{
background-color: #F65CBC;
}
.BgClassName
{
background-color: #F65CBC;
}
</style>
border-color css
<style>
span { border-color: #F65CBC; }
span { border-color: rgb(246,92,188); }
td.TdClassName
{
border-color: #F65CBC;
}
.TagClassName
{
border-color: #F65CBC;
}
</style>