Shades of Hot Pink #F364B0
Tints of Hot Pink #F364B0
RGB
CMYK
RGB Variations
Color information
#F364B0 (or 0xF364B0) is known color: Hot Pink. HEX triplet: F3, 64 and B0. RGB value is (243,100,176). Sum of RGB (Red+Green+Blue) = 243+100+176=519 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.82% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 243 - color contains mainly: red. Hex color #F364B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F364B0 is #0C9B4F. Grayscale: #979797. Windows color (decimal): -826192 or 11560179. OLE color: 11560179.
HSL color Cylindrical-coordinate representation of color #F364B0: hue angle of 328.11º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F364B0 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 100 | 176 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.05 |
| HSL | 328.11º | 0.86% | 0.67% | - |
| HSV(B) | 328.11º | 0.59% | 0.95% | - |
| XYZ | 49.36 | 31.3 | 44.52 | - |
| YUV | 151.42 | 141.88 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 100 | 176 | 0 | 0.59 | 0.28 | 0.05 | 328.11 | 0.86 | 0.67 |
| Hex | F3 | 64 | B0 | 0 | 3B | 1C | 5 | 148 | 56 | 43 |
| Octal | 363 | 144 | 260 | 0 | 73 | 34 | 5 | 510 | 126 | 103 |
| Binary | 11110011 | 1100100 | 10110000 | 0 | 111011 | 11100 | 101 | 101001000 | 1010110 | 1000011 |
Color Harmonies of #F364B0
Complementary color
Monochromatic Colors of #F364B0
Black with #F364B0
Text Example
Text Example
White with #F364B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F364B0; }
p { color: rgb(243,100,176); }
H1.HeaderClassName
{
color: #F364B0;
}
.AnyTagClassName
{
color: #F364B0;
}
</style>
background-color css
<style>
a { background-color: #F364B0; }
a { background-color: rgb(243,100,176); }
div.DivClassName
{
background-color: #F364B0;
}
.BgClassName
{
background-color: #F364B0;
}
</style>
border-color css
<style>
span { border-color: #F364B0; }
span { border-color: rgb(243,100,176); }
td.TdClassName
{
border-color: #F364B0;
}
.TagClassName
{
border-color: #F364B0;
}
</style>