Shades of Hot Pink #F353BB
Tints of Hot Pink #F353BB
RGB
CMYK
RGB Variations
Color information
#F353BB (or 0xF353BB) is known color: Hot Pink. HEX triplet: F3, 53 and BB. RGB value is (243,83,187). Sum of RGB (Red+Green+Blue) = 243+83+187=513 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.37% from 513); Green value is 83 (32.81% from 255 or 16.18% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 243 - color contains mainly: red. Hex color #F353BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F353BB is #0CAC44. Grayscale: #8E8E8E. Windows color (decimal): -830533 or 12276723. OLE color: 12276723.
HSL color Cylindrical-coordinate representation of color #F353BB: hue angle of 321º 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 #F353BB is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 83 | 187 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.05 |
| HSL | 321º | 0.87% | 0.64% | - |
| HSV(B) | 321º | 0.66% | 0.95% | - |
| XYZ | 49.03 | 28.83 | 49.99 | - |
| YUV | 142.7 | 153.01 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 83 | 187 | 0 | 0.66 | 0.23 | 0.05 | 321 | 0.87 | 0.64 |
| Hex | F3 | 53 | BB | 0 | 42 | 17 | 5 | 141 | 57 | 40 |
| Octal | 363 | 123 | 273 | 0 | 102 | 27 | 5 | 501 | 127 | 100 |
| Binary | 11110011 | 1010011 | 10111011 | 0 | 1000010 | 10111 | 101 | 101000001 | 1010111 | 1000000 |
Color Harmonies of #F353BB
Complementary color
Monochromatic Colors of #F353BB
Black with #F353BB
Text Example
Text Example
White with #F353BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F353BB; }
p { color: rgb(243,83,187); }
H1.HeaderClassName
{
color: #F353BB;
}
.AnyTagClassName
{
color: #F353BB;
}
</style>
background-color css
<style>
a { background-color: #F353BB; }
a { background-color: rgb(243,83,187); }
div.DivClassName
{
background-color: #F353BB;
}
.BgClassName
{
background-color: #F353BB;
}
</style>
border-color css
<style>
span { border-color: #F353BB; }
span { border-color: rgb(243,83,187); }
td.TdClassName
{
border-color: #F353BB;
}
.TagClassName
{
border-color: #F353BB;
}
</style>