Shades of Hot Pink #F365BA
Tints of Hot Pink #F365BA
RGB
CMYK
RGB Variations
Color information
#F365BA (or 0xF365BA) is known color: Hot Pink. HEX triplet: F3, 65 and BA. RGB value is (243,101,186). Sum of RGB (Red+Green+Blue) = 243+101+186=530 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.85% from 530); Green value is 101 (39.84% from 255 or 19.06% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 243 - color contains mainly: red. Hex color #F365BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F365BA is #0C9A45. Grayscale: #989898. Windows color (decimal): -825926 or 12215795. OLE color: 12215795.
HSL color Cylindrical-coordinate representation of color #F365BA: hue angle of 324.08º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F365BA is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 101 | 186 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.05 |
| HSL | 324.08º | 0.86% | 0.67% | - |
| HSV(B) | 324.08º | 0.58% | 0.95% | - |
| XYZ | 50.48 | 31.91 | 49.95 | - |
| YUV | 153.15 | 146.54 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 101 | 186 | 0 | 0.58 | 0.23 | 0.05 | 324.08 | 0.86 | 0.67 |
| Hex | F3 | 65 | BA | 0 | 3A | 17 | 5 | 144 | 56 | 43 |
| Octal | 363 | 145 | 272 | 0 | 72 | 27 | 5 | 504 | 126 | 103 |
| Binary | 11110011 | 1100101 | 10111010 | 0 | 111010 | 10111 | 101 | 101000100 | 1010110 | 1000011 |
Color Harmonies of #F365BA
Complementary color
Monochromatic Colors of #F365BA
Black with #F365BA
Text Example
Text Example
White with #F365BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F365BA; }
p { color: rgb(243,101,186); }
H1.HeaderClassName
{
color: #F365BA;
}
.AnyTagClassName
{
color: #F365BA;
}
</style>
background-color css
<style>
a { background-color: #F365BA; }
a { background-color: rgb(243,101,186); }
div.DivClassName
{
background-color: #F365BA;
}
.BgClassName
{
background-color: #F365BA;
}
</style>
border-color css
<style>
span { border-color: #F365BA; }
span { border-color: rgb(243,101,186); }
td.TdClassName
{
border-color: #F365BA;
}
.TagClassName
{
border-color: #F365BA;
}
</style>