Shades of Deep Pink #F30788
Tints of Deep Pink #F30788
RGB
CMYK
RGB Variations
Color information
#F30788 (or 0xF30788) is known color: Deep Pink. HEX triplet: F3, 07 and 88. RGB value is (243,7,136). Sum of RGB (Red+Green+Blue) = 243+7+136=386 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.95% from 386); Green value is 7 (3.12% from 255 or 1.81% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 243 - color contains mainly: red. Hex color #F30788 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30788 is #0CF877. Grayscale: #5B5B5B. Windows color (decimal): -850040 or 8914931. OLE color: 8914931.
HSL color Cylindrical-coordinate representation of color #F30788: hue angle of 327.2º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F30788 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 7 | 136 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.05 |
| HSL | 327.2º | 0.94% | 0.49% | - |
| HSV(B) | 327.2º | 0.97% | 0.95% | - |
| XYZ | 41.48 | 20.98 | 25.16 | - |
| YUV | 92.27 | 152.69 | 235.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 7 | 136 | 0 | 0.97 | 0.44 | 0.05 | 327.2 | 0.94 | 0.49 |
| Hex | F3 | 7 | 88 | 0 | 61 | 2C | 5 | 147 | 5E | 31 |
| Octal | 363 | 7 | 210 | 0 | 141 | 54 | 5 | 507 | 136 | 61 |
| Binary | 11110011 | 111 | 10001000 | 0 | 1100001 | 101100 | 101 | 101000111 | 1011110 | 110001 |
Color Harmonies of #F30788
Complementary color
Monochromatic Colors of #F30788
Black with #F30788
Text Example
Text Example
White with #F30788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30788; }
p { color: rgb(243,7,136); }
H1.HeaderClassName
{
color: #F30788;
}
.AnyTagClassName
{
color: #F30788;
}
</style>
background-color css
<style>
a { background-color: #F30788; }
a { background-color: rgb(243,7,136); }
div.DivClassName
{
background-color: #F30788;
}
.BgClassName
{
background-color: #F30788;
}
</style>
border-color css
<style>
span { border-color: #F30788; }
span { border-color: rgb(243,7,136); }
td.TdClassName
{
border-color: #F30788;
}
.TagClassName
{
border-color: #F30788;
}
</style>