Shades of Deep Pink #F30487
Tints of Deep Pink #F30487
RGB
CMYK
RGB Variations
Color information
#F30487 (or 0xF30487) is known color: Deep Pink. HEX triplet: F3, 04 and 87. RGB value is (243,4,135). Sum of RGB (Red+Green+Blue) = 243+4+135=382 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.61% from 382); Green value is 4 (1.95% from 255 or 1.05% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 243 - color contains mainly: red. Hex color #F30487 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30487 is #0CFB78. Grayscale: #5A5A5A. Windows color (decimal): -850809 or 8848627. OLE color: 8848627.
HSL color Cylindrical-coordinate representation of color #F30487: hue angle of 327.11º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30487 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 4 | 135 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.05 |
| HSL | 327.11º | 0.97% | 0.48% | - |
| HSV(B) | 327.11º | 0.98% | 0.95% | - |
| XYZ | 41.38 | 20.89 | 24.77 | - |
| YUV | 90.4 | 153.18 | 236.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 4 | 135 | 0 | 0.98 | 0.44 | 0.05 | 327.11 | 0.97 | 0.48 |
| Hex | F3 | 4 | 87 | 0 | 62 | 2C | 5 | 147 | 61 | 30 |
| Octal | 363 | 4 | 207 | 0 | 142 | 54 | 5 | 507 | 141 | 60 |
| Binary | 11110011 | 100 | 10000111 | 0 | 1100010 | 101100 | 101 | 101000111 | 1100001 | 110000 |
Color Harmonies of #F30487
Complementary color
Monochromatic Colors of #F30487
Black with #F30487
Text Example
Text Example
White with #F30487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30487; }
p { color: rgb(243,4,135); }
H1.HeaderClassName
{
color: #F30487;
}
.AnyTagClassName
{
color: #F30487;
}
</style>
background-color css
<style>
a { background-color: #F30487; }
a { background-color: rgb(243,4,135); }
div.DivClassName
{
background-color: #F30487;
}
.BgClassName
{
background-color: #F30487;
}
</style>
border-color css
<style>
span { border-color: #F30487; }
span { border-color: rgb(243,4,135); }
td.TdClassName
{
border-color: #F30487;
}
.TagClassName
{
border-color: #F30487;
}
</style>