Shades of Deep Pink #F50383
Tints of Deep Pink #F50383
RGB
CMYK
RGB Variations
Color information
#F50383 (or 0xF50383) is known color: Deep Pink. HEX triplet: F5, 03 and 83. RGB value is (245,3,131). Sum of RGB (Red+Green+Blue) = 245+3+131=379 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.64% from 379); Green value is 3 (1.56% from 255 or 0.79% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 245 - color contains mainly: red. Hex color #F50383 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50383 is #0AFC7C. Grayscale: #595959. Windows color (decimal): -719997 or 8586229. OLE color: 8586229.
HSL color Cylindrical-coordinate representation of color #F50383: hue angle of 328.26º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F50383 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 131 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.04 |
| HSL | 328.26º | 0.98% | 0.49% | - |
| HSV(B) | 328.26º | 0.99% | 0.96% | - |
| XYZ | 41.79 | 21.12 | 23.35 | - |
| YUV | 89.95 | 151.17 | 238.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 131 | 0 | 0.99 | 0.47 | 0.04 | 328.26 | 0.98 | 0.49 |
| Hex | F5 | 3 | 83 | 0 | 63 | 2F | 4 | 148 | 62 | 31 |
| Octal | 365 | 3 | 203 | 0 | 143 | 57 | 4 | 510 | 142 | 61 |
| Binary | 11110101 | 11 | 10000011 | 0 | 1100011 | 101111 | 100 | 101001000 | 1100010 | 110001 |
Color Harmonies of #F50383
Complementary color
Monochromatic Colors of #F50383
Black with #F50383
Text Example
Text Example
White with #F50383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50383; }
p { color: rgb(245,3,131); }
H1.HeaderClassName
{
color: #F50383;
}
.AnyTagClassName
{
color: #F50383;
}
</style>
background-color css
<style>
a { background-color: #F50383; }
a { background-color: rgb(245,3,131); }
div.DivClassName
{
background-color: #F50383;
}
.BgClassName
{
background-color: #F50383;
}
</style>
border-color css
<style>
span { border-color: #F50383; }
span { border-color: rgb(245,3,131); }
td.TdClassName
{
border-color: #F50383;
}
.TagClassName
{
border-color: #F50383;
}
</style>