Shades of Shocking Pink #F50DB3
Tints of Shocking Pink #F50DB3
RGB
CMYK
RGB Variations
Color information
#F50DB3 (or 0xF50DB3) is known color: Shocking Pink. HEX triplet: F5, 0D and B3. RGB value is (245,13,179). Sum of RGB (Red+Green+Blue) = 245+13+179=437 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.06% from 437); Green value is 13 (5.47% from 255 or 2.97% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 245 - color contains mainly: red. Hex color #F50DB3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50DB3 is #0AF24C. Grayscale: #646464. Windows color (decimal): -717389 or 11734517. OLE color: 11734517.
HSL color Cylindrical-coordinate representation of color #F50DB3: hue angle of 317.07º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F50DB3 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 13 | 179 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.04 |
| HSL | 317.07º | 0.92% | 0.51% | - |
| HSV(B) | 317.07º | 0.95% | 0.96% | - |
| XYZ | 45.94 | 22.96 | 44.66 | - |
| YUV | 101.29 | 171.86 | 230.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 13 | 179 | 0 | 0.95 | 0.27 | 0.04 | 317.07 | 0.92 | 0.51 |
| Hex | F5 | D | B3 | 0 | 5F | 1B | 4 | 13D | 5C | 33 |
| Octal | 365 | 15 | 263 | 0 | 137 | 33 | 4 | 475 | 134 | 63 |
| Binary | 11110101 | 1101 | 10110011 | 0 | 1011111 | 11011 | 100 | 100111101 | 1011100 | 110011 |
Color Harmonies of #F50DB3
Complementary color
Monochromatic Colors of #F50DB3
Black with #F50DB3
Text Example
Text Example
White with #F50DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50DB3; }
p { color: rgb(245,13,179); }
H1.HeaderClassName
{
color: #F50DB3;
}
.AnyTagClassName
{
color: #F50DB3;
}
</style>
background-color css
<style>
a { background-color: #F50DB3; }
a { background-color: rgb(245,13,179); }
div.DivClassName
{
background-color: #F50DB3;
}
.BgClassName
{
background-color: #F50DB3;
}
</style>
border-color css
<style>
span { border-color: #F50DB3; }
span { border-color: rgb(245,13,179); }
td.TdClassName
{
border-color: #F50DB3;
}
.TagClassName
{
border-color: #F50DB3;
}
</style>