Shades of Hot Pink #F353BA
Tints of Hot Pink #F353BA
RGB
CMYK
RGB Variations
Color information
#F353BA (or 0xF353BA) is known color: Hot Pink. HEX triplet: F3, 53 and BA. RGB value is (243,83,186). Sum of RGB (Red+Green+Blue) = 243+83+186=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 83 (32.81% from 255 or 16.21% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 243 - color contains mainly: red. Hex color #F353BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F353BA is #0CAC45. Grayscale: #8E8E8E. Windows color (decimal): -830534 or 12211187. OLE color: 12211187.
HSL color Cylindrical-coordinate representation of color #F353BA: hue angle of 321.38º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F353BA is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 83 | 186 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.05 |
| HSL | 321.38º | 0.87% | 0.64% | - |
| HSV(B) | 321.38º | 0.66% | 0.95% | - |
| XYZ | 48.92 | 28.79 | 49.43 | - |
| YUV | 142.58 | 152.51 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 83 | 186 | 0 | 0.66 | 0.23 | 0.05 | 321.38 | 0.87 | 0.64 |
| Hex | F3 | 53 | BA | 0 | 42 | 17 | 5 | 141 | 57 | 40 |
| Octal | 363 | 123 | 272 | 0 | 102 | 27 | 5 | 501 | 127 | 100 |
| Binary | 11110011 | 1010011 | 10111010 | 0 | 1000010 | 10111 | 101 | 101000001 | 1010111 | 1000000 |
Color Harmonies of #F353BA
Complementary color
Monochromatic Colors of #F353BA
Black with #F353BA
Text Example
Text Example
White with #F353BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F353BA; }
p { color: rgb(243,83,186); }
H1.HeaderClassName
{
color: #F353BA;
}
.AnyTagClassName
{
color: #F353BA;
}
</style>
background-color css
<style>
a { background-color: #F353BA; }
a { background-color: rgb(243,83,186); }
div.DivClassName
{
background-color: #F353BA;
}
.BgClassName
{
background-color: #F353BA;
}
</style>
border-color css
<style>
span { border-color: #F353BA; }
span { border-color: rgb(243,83,186); }
td.TdClassName
{
border-color: #F353BA;
}
.TagClassName
{
border-color: #F353BA;
}
</style>