Shades of Hot Pink #F067BA
Tints of Hot Pink #F067BA
RGB
CMYK
RGB Variations
Color information
#F067BA (or 0xF067BA) is known color: Hot Pink. HEX triplet: F0, 67 and BA. RGB value is (240,103,186). Sum of RGB (Red+Green+Blue) = 240+103+186=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 103 (40.62% from 255 or 19.47% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F067BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F067BA is #0F9845. Grayscale: #999999. Windows color (decimal): -1022022 or 12216304. OLE color: 12216304.
HSL color Cylindrical-coordinate representation of color #F067BA: hue angle of 323.65º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F067BA is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 186 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.06 |
| HSL | 323.65º | 0.82% | 0.67% | - |
| HSV(B) | 323.65º | 0.57% | 0.94% | - |
| XYZ | 49.65 | 31.77 | 49.97 | - |
| YUV | 153.43 | 146.39 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 186 | 0 | 0.57 | 0.22 | 0.06 | 323.65 | 0.82 | 0.67 |
| Hex | F0 | 67 | BA | 0 | 39 | 16 | 6 | 144 | 52 | 43 |
| Octal | 360 | 147 | 272 | 0 | 71 | 26 | 6 | 504 | 122 | 103 |
| Binary | 11110000 | 1100111 | 10111010 | 0 | 111001 | 10110 | 110 | 101000100 | 1010010 | 1000011 |
Color Harmonies of #F067BA
Complementary color
Monochromatic Colors of #F067BA
Black with #F067BA
Text Example
Text Example
White with #F067BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F067BA; }
p { color: rgb(240,103,186); }
H1.HeaderClassName
{
color: #F067BA;
}
.AnyTagClassName
{
color: #F067BA;
}
</style>
background-color css
<style>
a { background-color: #F067BA; }
a { background-color: rgb(240,103,186); }
div.DivClassName
{
background-color: #F067BA;
}
.BgClassName
{
background-color: #F067BA;
}
</style>
border-color css
<style>
span { border-color: #F067BA; }
span { border-color: rgb(240,103,186); }
td.TdClassName
{
border-color: #F067BA;
}
.TagClassName
{
border-color: #F067BA;
}
</style>