Shades of Hot Pink #F063BC
Tints of Hot Pink #F063BC
RGB
CMYK
RGB Variations
Color information
#F063BC (or 0xF063BC) is known color: Hot Pink. HEX triplet: F0, 63 and BC. RGB value is (240,99,188). Sum of RGB (Red+Green+Blue) = 240+99+188=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 99 (39.06% from 255 or 18.79% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F063BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F063BC is #0F9C43. Grayscale: #979797. Windows color (decimal): -1023044 or 12346352. OLE color: 12346352.
HSL color Cylindrical-coordinate representation of color #F063BC: hue angle of 322.13º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F063BC is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 188 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.06 |
| HSL | 322.13º | 0.82% | 0.66% | - |
| HSV(B) | 322.13º | 0.59% | 0.94% | - |
| XYZ | 49.47 | 31.08 | 50.97 | - |
| YUV | 151.31 | 148.71 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 188 | 0 | 0.59 | 0.22 | 0.06 | 322.13 | 0.82 | 0.66 |
| Hex | F0 | 63 | BC | 0 | 3B | 16 | 6 | 142 | 52 | 42 |
| Octal | 360 | 143 | 274 | 0 | 73 | 26 | 6 | 502 | 122 | 102 |
| Binary | 11110000 | 1100011 | 10111100 | 0 | 111011 | 10110 | 110 | 101000010 | 1010010 | 1000010 |
Color Harmonies of #F063BC
Complementary color
Monochromatic Colors of #F063BC
Black with #F063BC
Text Example
Text Example
White with #F063BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F063BC; }
p { color: rgb(240,99,188); }
H1.HeaderClassName
{
color: #F063BC;
}
.AnyTagClassName
{
color: #F063BC;
}
</style>
background-color css
<style>
a { background-color: #F063BC; }
a { background-color: rgb(240,99,188); }
div.DivClassName
{
background-color: #F063BC;
}
.BgClassName
{
background-color: #F063BC;
}
</style>
border-color css
<style>
span { border-color: #F063BC; }
span { border-color: rgb(240,99,188); }
td.TdClassName
{
border-color: #F063BC;
}
.TagClassName
{
border-color: #F063BC;
}
</style>