Shades of Hot Pink #F550BD
Tints of Hot Pink #F550BD
RGB
CMYK
RGB Variations
Color information
#F550BD (or 0xF550BD) is known color: Hot Pink. HEX triplet: F5, 50 and BD. RGB value is (245,80,189). Sum of RGB (Red+Green+Blue) = 245+80+189=514 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.67% from 514); Green value is 80 (31.64% from 255 or 15.56% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 245 - color contains mainly: red. Hex color #F550BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F550BD is #0AAF42. Grayscale: #8D8D8D. Windows color (decimal): -700227 or 12407029. OLE color: 12407029.
HSL color Cylindrical-coordinate representation of color #F550BD: hue angle of 320.36º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F550BD is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 80 | 189 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.04 |
| HSL | 320.36º | 0.89% | 0.64% | - |
| HSV(B) | 320.36º | 0.67% | 0.96% | - |
| XYZ | 49.71 | 28.82 | 51.09 | - |
| YUV | 141.76 | 154.66 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 80 | 189 | 0 | 0.67 | 0.23 | 0.04 | 320.36 | 0.89 | 0.64 |
| Hex | F5 | 50 | BD | 0 | 43 | 17 | 4 | 140 | 59 | 40 |
| Octal | 365 | 120 | 275 | 0 | 103 | 27 | 4 | 500 | 131 | 100 |
| Binary | 11110101 | 1010000 | 10111101 | 0 | 1000011 | 10111 | 100 | 101000000 | 1011001 | 1000000 |
Color Harmonies of #F550BD
Complementary color
Monochromatic Colors of #F550BD
Black with #F550BD
Text Example
Text Example
White with #F550BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F550BD; }
p { color: rgb(245,80,189); }
H1.HeaderClassName
{
color: #F550BD;
}
.AnyTagClassName
{
color: #F550BD;
}
</style>
background-color css
<style>
a { background-color: #F550BD; }
a { background-color: rgb(245,80,189); }
div.DivClassName
{
background-color: #F550BD;
}
.BgClassName
{
background-color: #F550BD;
}
</style>
border-color css
<style>
span { border-color: #F550BD; }
span { border-color: rgb(245,80,189); }
td.TdClassName
{
border-color: #F550BD;
}
.TagClassName
{
border-color: #F550BD;
}
</style>