Shades of Deep Pink #F30488
Tints of Deep Pink #F30488
RGB
CMYK
RGB Variations
Color information
#F30488 (or 0xF30488) is known color: Deep Pink. HEX triplet: F3, 04 and 88. RGB value is (243,4,136). Sum of RGB (Red+Green+Blue) = 243+4+136=383 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.45% from 383); Green value is 4 (1.95% from 255 or 1.04% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 243 - color contains mainly: red. Hex color #F30488 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30488 is #0CFB77. Grayscale: #5A5A5A. Windows color (decimal): -850808 or 8914163. OLE color: 8914163.
HSL color Cylindrical-coordinate representation of color #F30488: hue angle of 326.86º 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 #F30488 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 4 | 136 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.05 |
| HSL | 326.86º | 0.97% | 0.48% | - |
| HSV(B) | 326.86º | 0.98% | 0.95% | - |
| XYZ | 41.45 | 20.92 | 25.15 | - |
| YUV | 90.51 | 153.68 | 236.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 4 | 136 | 0 | 0.98 | 0.44 | 0.05 | 326.86 | 0.97 | 0.48 |
| Hex | F3 | 4 | 88 | 0 | 62 | 2C | 5 | 147 | 61 | 30 |
| Octal | 363 | 4 | 210 | 0 | 142 | 54 | 5 | 507 | 141 | 60 |
| Binary | 11110011 | 100 | 10001000 | 0 | 1100010 | 101100 | 101 | 101000111 | 1100001 | 110000 |
Color Harmonies of #F30488
Complementary color
Monochromatic Colors of #F30488
Black with #F30488
Text Example
Text Example
White with #F30488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30488; }
p { color: rgb(243,4,136); }
H1.HeaderClassName
{
color: #F30488;
}
.AnyTagClassName
{
color: #F30488;
}
</style>
background-color css
<style>
a { background-color: #F30488; }
a { background-color: rgb(243,4,136); }
div.DivClassName
{
background-color: #F30488;
}
.BgClassName
{
background-color: #F30488;
}
</style>
border-color css
<style>
span { border-color: #F30488; }
span { border-color: rgb(243,4,136); }
td.TdClassName
{
border-color: #F30488;
}
.TagClassName
{
border-color: #F30488;
}
</style>