Shades of Hot Pink #F353BE
Tints of Hot Pink #F353BE
RGB
CMYK
RGB Variations
Color information
#F353BE (or 0xF353BE) is known color: Hot Pink. HEX triplet: F3, 53 and BE. RGB value is (243,83,190). Sum of RGB (Red+Green+Blue) = 243+83+190=516 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.09% from 516); Green value is 83 (32.81% from 255 or 16.09% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 243 - color contains mainly: red. Hex color #F353BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F353BE is #0CAC41. Grayscale: #8E8E8E. Windows color (decimal): -830530 or 12473331. OLE color: 12473331.
HSL color Cylindrical-coordinate representation of color #F353BE: hue angle of 319.88º 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 #F353BE is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 83 | 190 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.05 |
| HSL | 319.88º | 0.87% | 0.64% | - |
| HSV(B) | 319.88º | 0.66% | 0.95% | - |
| XYZ | 49.35 | 28.96 | 51.7 | - |
| YUV | 143.04 | 154.51 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 83 | 190 | 0 | 0.66 | 0.22 | 0.05 | 319.88 | 0.87 | 0.64 |
| Hex | F3 | 53 | BE | 0 | 42 | 16 | 5 | 140 | 57 | 40 |
| Octal | 363 | 123 | 276 | 0 | 102 | 26 | 5 | 500 | 127 | 100 |
| Binary | 11110011 | 1010011 | 10111110 | 0 | 1000010 | 10110 | 101 | 101000000 | 1010111 | 1000000 |
Color Harmonies of #F353BE
Complementary color
Monochromatic Colors of #F353BE
Black with #F353BE
Text Example
Text Example
White with #F353BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F353BE; }
p { color: rgb(243,83,190); }
H1.HeaderClassName
{
color: #F353BE;
}
.AnyTagClassName
{
color: #F353BE;
}
</style>
background-color css
<style>
a { background-color: #F353BE; }
a { background-color: rgb(243,83,190); }
div.DivClassName
{
background-color: #F353BE;
}
.BgClassName
{
background-color: #F353BE;
}
</style>
border-color css
<style>
span { border-color: #F353BE; }
span { border-color: rgb(243,83,190); }
td.TdClassName
{
border-color: #F353BE;
}
.TagClassName
{
border-color: #F353BE;
}
</style>