Shades of Hot Pink #F369BA
Tints of Hot Pink #F369BA
RGB
CMYK
RGB Variations
Color information
#F369BA (or 0xF369BA) is known color: Hot Pink. HEX triplet: F3, 69 and BA. RGB value is (243,105,186). Sum of RGB (Red+Green+Blue) = 243+105+186=534 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.51% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 243 - color contains mainly: red. Hex color #F369BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F369BA is #0C9645. Grayscale: #9B9B9B. Windows color (decimal): -824902 or 12216819. OLE color: 12216819.
HSL color Cylindrical-coordinate representation of color #F369BA: hue angle of 324.78º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F369BA is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 105 | 186 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.05 |
| HSL | 324.78º | 0.85% | 0.68% | - |
| HSV(B) | 324.78º | 0.57% | 0.95% | - |
| XYZ | 50.88 | 32.7 | 50.09 | - |
| YUV | 155.5 | 145.22 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 105 | 186 | 0 | 0.57 | 0.23 | 0.05 | 324.78 | 0.85 | 0.68 |
| Hex | F3 | 69 | BA | 0 | 39 | 17 | 5 | 145 | 55 | 44 |
| Octal | 363 | 151 | 272 | 0 | 71 | 27 | 5 | 505 | 125 | 104 |
| Binary | 11110011 | 1101001 | 10111010 | 0 | 111001 | 10111 | 101 | 101000101 | 1010101 | 1000100 |
Color Harmonies of #F369BA
Complementary color
Monochromatic Colors of #F369BA
Black with #F369BA
Text Example
Text Example
White with #F369BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F369BA; }
p { color: rgb(243,105,186); }
H1.HeaderClassName
{
color: #F369BA;
}
.AnyTagClassName
{
color: #F369BA;
}
</style>
background-color css
<style>
a { background-color: #F369BA; }
a { background-color: rgb(243,105,186); }
div.DivClassName
{
background-color: #F369BA;
}
.BgClassName
{
background-color: #F369BA;
}
</style>
border-color css
<style>
span { border-color: #F369BA; }
span { border-color: rgb(243,105,186); }
td.TdClassName
{
border-color: #F369BA;
}
.TagClassName
{
border-color: #F369BA;
}
</style>