Shades of Hot Pink #F350BD
Tints of Hot Pink #F350BD
RGB
CMYK
RGB Variations
Color information
#F350BD (or 0xF350BD) is known color: Hot Pink. HEX triplet: F3, 50 and BD. RGB value is (243,80,189). Sum of RGB (Red+Green+Blue) = 243+80+189=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 80 (31.64% from 255 or 15.62% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 243 - color contains mainly: red. Hex color #F350BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F350BD is #0CAF42. Grayscale: #8C8C8C. Windows color (decimal): -831299 or 12407027. OLE color: 12407027.
HSL color Cylindrical-coordinate representation of color #F350BD: hue angle of 319.88º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F350BD is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 80 | 189 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.05 |
| HSL | 319.88º | 0.87% | 0.63% | - |
| HSV(B) | 319.88º | 0.67% | 0.95% | - |
| XYZ | 49.02 | 28.47 | 51.06 | - |
| YUV | 141.16 | 155 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 80 | 189 | 0 | 0.67 | 0.22 | 0.05 | 319.88 | 0.87 | 0.63 |
| Hex | F3 | 50 | BD | 0 | 43 | 16 | 5 | 140 | 57 | 3F |
| Octal | 363 | 120 | 275 | 0 | 103 | 26 | 5 | 500 | 127 | 77 |
| Binary | 11110011 | 1010000 | 10111101 | 0 | 1000011 | 10110 | 101 | 101000000 | 1010111 | 111111 |
Color Harmonies of #F350BD
Complementary color
Monochromatic Colors of #F350BD
Black with #F350BD
Text Example
Text Example
White with #F350BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F350BD; }
p { color: rgb(243,80,189); }
H1.HeaderClassName
{
color: #F350BD;
}
.AnyTagClassName
{
color: #F350BD;
}
</style>
background-color css
<style>
a { background-color: #F350BD; }
a { background-color: rgb(243,80,189); }
div.DivClassName
{
background-color: #F350BD;
}
.BgClassName
{
background-color: #F350BD;
}
</style>
border-color css
<style>
span { border-color: #F350BD; }
span { border-color: rgb(243,80,189); }
td.TdClassName
{
border-color: #F350BD;
}
.TagClassName
{
border-color: #F350BD;
}
</style>