Shades of Hot Pink #F063B6
Tints of Hot Pink #F063B6
RGB
CMYK
RGB Variations
Color information
#F063B6 (or 0xF063B6) is known color: Hot Pink. HEX triplet: F0, 63 and B6. RGB value is (240,99,182). Sum of RGB (Red+Green+Blue) = 240+99+182=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F063B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F063B6 is #0F9C49. Grayscale: #969696. Windows color (decimal): -1023050 or 11953136. OLE color: 11953136.
HSL color Cylindrical-coordinate representation of color #F063B6: hue angle of 324.68º 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 #F063B6 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 182 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.06 |
| HSL | 324.68º | 0.82% | 0.66% | - |
| HSV(B) | 324.68º | 0.59% | 0.94% | - |
| XYZ | 48.84 | 30.83 | 47.63 | - |
| YUV | 150.62 | 145.71 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 182 | 0 | 0.59 | 0.24 | 0.06 | 324.68 | 0.82 | 0.66 |
| Hex | F0 | 63 | B6 | 0 | 3B | 18 | 6 | 145 | 52 | 42 |
| Octal | 360 | 143 | 266 | 0 | 73 | 30 | 6 | 505 | 122 | 102 |
| Binary | 11110000 | 1100011 | 10110110 | 0 | 111011 | 11000 | 110 | 101000101 | 1010010 | 1000010 |
Color Harmonies of #F063B6
Complementary color
Monochromatic Colors of #F063B6
Black with #F063B6
Text Example
Text Example
White with #F063B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F063B6; }
p { color: rgb(240,99,182); }
H1.HeaderClassName
{
color: #F063B6;
}
.AnyTagClassName
{
color: #F063B6;
}
</style>
background-color css
<style>
a { background-color: #F063B6; }
a { background-color: rgb(240,99,182); }
div.DivClassName
{
background-color: #F063B6;
}
.BgClassName
{
background-color: #F063B6;
}
</style>
border-color css
<style>
span { border-color: #F063B6; }
span { border-color: rgb(240,99,182); }
td.TdClassName
{
border-color: #F063B6;
}
.TagClassName
{
border-color: #F063B6;
}
</style>