Shades of Hot Pink #F351BD
Tints of Hot Pink #F351BD
RGB
CMYK
RGB Variations
Color information
#F351BD (or 0xF351BD) is known color: Hot Pink. HEX triplet: F3, 51 and BD. RGB value is (243,81,189). Sum of RGB (Red+Green+Blue) = 243+81+189=513 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.37% from 513); Green value is 81 (32.03% from 255 or 15.79% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 243 - color contains mainly: red. Hex color #F351BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F351BD is #0CAE42. Grayscale: #8D8D8D. Windows color (decimal): -831043 or 12407283. OLE color: 12407283.
HSL color Cylindrical-coordinate representation of color #F351BD: hue angle of 320º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F351BD is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 81 | 189 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.05 |
| HSL | 320º | 0.87% | 0.64% | - |
| HSV(B) | 320º | 0.67% | 0.95% | - |
| XYZ | 49.09 | 28.61 | 51.08 | - |
| YUV | 141.75 | 154.67 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 81 | 189 | 0 | 0.67 | 0.22 | 0.05 | 320 | 0.87 | 0.64 |
| Hex | F3 | 51 | BD | 0 | 43 | 16 | 5 | 140 | 57 | 40 |
| Octal | 363 | 121 | 275 | 0 | 103 | 26 | 5 | 500 | 127 | 100 |
| Binary | 11110011 | 1010001 | 10111101 | 0 | 1000011 | 10110 | 101 | 101000000 | 1010111 | 1000000 |
Color Harmonies of #F351BD
Complementary color
Monochromatic Colors of #F351BD
Black with #F351BD
Text Example
Text Example
White with #F351BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F351BD; }
p { color: rgb(243,81,189); }
H1.HeaderClassName
{
color: #F351BD;
}
.AnyTagClassName
{
color: #F351BD;
}
</style>
background-color css
<style>
a { background-color: #F351BD; }
a { background-color: rgb(243,81,189); }
div.DivClassName
{
background-color: #F351BD;
}
.BgClassName
{
background-color: #F351BD;
}
</style>
border-color css
<style>
span { border-color: #F351BD; }
span { border-color: rgb(243,81,189); }
td.TdClassName
{
border-color: #F351BD;
}
.TagClassName
{
border-color: #F351BD;
}
</style>