Shades of Deep Pink #F50381
Tints of Deep Pink #F50381
RGB
CMYK
RGB Variations
Color information
#F50381 (or 0xF50381) is known color: Deep Pink. HEX triplet: F5, 03 and 81. RGB value is (245,3,129). Sum of RGB (Red+Green+Blue) = 245+3+129=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F50381 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50381 is #0AFC7E. Grayscale: #595959. Windows color (decimal): -719999 or 8455157. OLE color: 8455157.
HSL color Cylindrical-coordinate representation of color #F50381: hue angle of 328.76º 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 #F50381 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 129 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.04 |
| HSL | 328.76º | 0.98% | 0.49% | - |
| HSV(B) | 328.76º | 0.99% | 0.96% | - |
| XYZ | 41.65 | 21.06 | 22.64 | - |
| YUV | 89.72 | 150.17 | 238.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 129 | 0 | 0.99 | 0.47 | 0.04 | 328.76 | 0.98 | 0.49 |
| Hex | F5 | 3 | 81 | 0 | 63 | 2F | 4 | 149 | 62 | 31 |
| Octal | 365 | 3 | 201 | 0 | 143 | 57 | 4 | 511 | 142 | 61 |
| Binary | 11110101 | 11 | 10000001 | 0 | 1100011 | 101111 | 100 | 101001001 | 1100010 | 110001 |
Color Harmonies of #F50381
Complementary color
Monochromatic Colors of #F50381
Black with #F50381
Text Example
Text Example
White with #F50381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50381; }
p { color: rgb(245,3,129); }
H1.HeaderClassName
{
color: #F50381;
}
.AnyTagClassName
{
color: #F50381;
}
</style>
background-color css
<style>
a { background-color: #F50381; }
a { background-color: rgb(245,3,129); }
div.DivClassName
{
background-color: #F50381;
}
.BgClassName
{
background-color: #F50381;
}
</style>
border-color css
<style>
span { border-color: #F50381; }
span { border-color: rgb(245,3,129); }
td.TdClassName
{
border-color: #F50381;
}
.TagClassName
{
border-color: #F50381;
}
</style>