Shades of Shocking Pink #F50DB4
Tints of Shocking Pink #F50DB4
RGB
CMYK
RGB Variations
Color information
#F50DB4 (or 0xF50DB4) is known color: Shocking Pink. HEX triplet: F5, 0D and B4. RGB value is (245,13,180). Sum of RGB (Red+Green+Blue) = 245+13+180=438 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.94% from 438); Green value is 13 (5.47% from 255 or 2.97% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 245 - color contains mainly: red. Hex color #F50DB4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50DB4 is #0AF24B. Grayscale: #646464. Windows color (decimal): -717388 or 11800053. OLE color: 11800053.
HSL color Cylindrical-coordinate representation of color #F50DB4: hue angle of 316.81º 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 #F50DB4 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 13 | 180 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.04 |
| HSL | 316.81º | 0.92% | 0.51% | - |
| HSV(B) | 316.81º | 0.95% | 0.96% | - |
| XYZ | 46.04 | 23 | 45.19 | - |
| YUV | 101.41 | 172.36 | 230.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 13 | 180 | 0 | 0.95 | 0.27 | 0.04 | 316.81 | 0.92 | 0.51 |
| Hex | F5 | D | B4 | 0 | 5F | 1B | 4 | 13D | 5C | 33 |
| Octal | 365 | 15 | 264 | 0 | 137 | 33 | 4 | 475 | 134 | 63 |
| Binary | 11110101 | 1101 | 10110100 | 0 | 1011111 | 11011 | 100 | 100111101 | 1011100 | 110011 |
Color Harmonies of #F50DB4
Complementary color
Monochromatic Colors of #F50DB4
Black with #F50DB4
Text Example
Text Example
White with #F50DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50DB4; }
p { color: rgb(245,13,180); }
H1.HeaderClassName
{
color: #F50DB4;
}
.AnyTagClassName
{
color: #F50DB4;
}
</style>
background-color css
<style>
a { background-color: #F50DB4; }
a { background-color: rgb(245,13,180); }
div.DivClassName
{
background-color: #F50DB4;
}
.BgClassName
{
background-color: #F50DB4;
}
</style>
border-color css
<style>
span { border-color: #F50DB4; }
span { border-color: rgb(245,13,180); }
td.TdClassName
{
border-color: #F50DB4;
}
.TagClassName
{
border-color: #F50DB4;
}
</style>