Shades of Hot Pink #F364BC
Tints of Hot Pink #F364BC
RGB
CMYK
RGB Variations
Color information
#F364BC (or 0xF364BC) is known color: Hot Pink. HEX triplet: F3, 64 and BC. RGB value is (243,100,188). Sum of RGB (Red+Green+Blue) = 243+100+188=531 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.76% from 531); Green value is 100 (39.45% from 255 or 18.83% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 243 - color contains mainly: red. Hex color #F364BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F364BC is #0C9B43. Grayscale: #989898. Windows color (decimal): -826180 or 12346611. OLE color: 12346611.
HSL color Cylindrical-coordinate representation of color #F364BC: hue angle of 323.08º 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 #F364BC is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 100 | 188 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.05 |
| HSL | 323.08º | 0.86% | 0.67% | - |
| HSV(B) | 323.08º | 0.59% | 0.95% | - |
| XYZ | 50.6 | 31.8 | 51.05 | - |
| YUV | 152.79 | 147.88 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 100 | 188 | 0 | 0.59 | 0.23 | 0.05 | 323.08 | 0.86 | 0.67 |
| Hex | F3 | 64 | BC | 0 | 3B | 17 | 5 | 143 | 56 | 43 |
| Octal | 363 | 144 | 274 | 0 | 73 | 27 | 5 | 503 | 126 | 103 |
| Binary | 11110011 | 1100100 | 10111100 | 0 | 111011 | 10111 | 101 | 101000011 | 1010110 | 1000011 |
Color Harmonies of #F364BC
Complementary color
Monochromatic Colors of #F364BC
Black with #F364BC
Text Example
Text Example
White with #F364BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F364BC; }
p { color: rgb(243,100,188); }
H1.HeaderClassName
{
color: #F364BC;
}
.AnyTagClassName
{
color: #F364BC;
}
</style>
background-color css
<style>
a { background-color: #F364BC; }
a { background-color: rgb(243,100,188); }
div.DivClassName
{
background-color: #F364BC;
}
.BgClassName
{
background-color: #F364BC;
}
</style>
border-color css
<style>
span { border-color: #F364BC; }
span { border-color: rgb(243,100,188); }
td.TdClassName
{
border-color: #F364BC;
}
.TagClassName
{
border-color: #F364BC;
}
</style>