Shades of Hot Pink #F063B2
Tints of Hot Pink #F063B2
RGB
CMYK
RGB Variations
Color information
#F063B2 (or 0xF063B2) is known color: Hot Pink. HEX triplet: F0, 63 and B2. RGB value is (240,99,178). Sum of RGB (Red+Green+Blue) = 240+99+178=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 99 (39.06% from 255 or 19.15% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F063B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F063B2 is #0F9C4D. Grayscale: #959595. Windows color (decimal): -1023054 or 11690992. OLE color: 11690992.
HSL color Cylindrical-coordinate representation of color #F063B2: hue angle of 326.38º 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 #F063B2 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 178 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.06 |
| HSL | 326.38º | 0.82% | 0.66% | - |
| HSV(B) | 326.38º | 0.59% | 0.94% | - |
| XYZ | 48.43 | 30.66 | 45.49 | - |
| YUV | 150.17 | 143.71 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 178 | 0 | 0.59 | 0.26 | 0.06 | 326.38 | 0.82 | 0.66 |
| Hex | F0 | 63 | B2 | 0 | 3B | 1A | 6 | 146 | 52 | 42 |
| Octal | 360 | 143 | 262 | 0 | 73 | 32 | 6 | 506 | 122 | 102 |
| Binary | 11110000 | 1100011 | 10110010 | 0 | 111011 | 11010 | 110 | 101000110 | 1010010 | 1000010 |
Color Harmonies of #F063B2
Complementary color
Monochromatic Colors of #F063B2
Black with #F063B2
Text Example
Text Example
White with #F063B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F063B2; }
p { color: rgb(240,99,178); }
H1.HeaderClassName
{
color: #F063B2;
}
.AnyTagClassName
{
color: #F063B2;
}
</style>
background-color css
<style>
a { background-color: #F063B2; }
a { background-color: rgb(240,99,178); }
div.DivClassName
{
background-color: #F063B2;
}
.BgClassName
{
background-color: #F063B2;
}
</style>
border-color css
<style>
span { border-color: #F063B2; }
span { border-color: rgb(240,99,178); }
td.TdClassName
{
border-color: #F063B2;
}
.TagClassName
{
border-color: #F063B2;
}
</style>