Shades of Deep Pink #F30786
Tints of Deep Pink #F30786
RGB
CMYK
RGB Variations
Color information
#F30786 (or 0xF30786) is known color: Deep Pink. HEX triplet: F3, 07 and 86. RGB value is (243,7,134). Sum of RGB (Red+Green+Blue) = 243+7+134=384 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.28% from 384); Green value is 7 (3.12% from 255 or 1.82% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 243 - color contains mainly: red. Hex color #F30786 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30786 is #0CF879. Grayscale: #5B5B5B. Windows color (decimal): -850042 or 8783859. OLE color: 8783859.
HSL color Cylindrical-coordinate representation of color #F30786: hue angle of 327.71º 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 #F30786 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 7 | 134 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.05 |
| HSL | 327.71º | 0.94% | 0.49% | - |
| HSV(B) | 327.71º | 0.97% | 0.95% | - |
| XYZ | 41.34 | 20.93 | 24.41 | - |
| YUV | 92.04 | 151.69 | 235.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 7 | 134 | 0 | 0.97 | 0.45 | 0.05 | 327.71 | 0.94 | 0.49 |
| Hex | F3 | 7 | 86 | 0 | 61 | 2D | 5 | 148 | 5E | 31 |
| Octal | 363 | 7 | 206 | 0 | 141 | 55 | 5 | 510 | 136 | 61 |
| Binary | 11110011 | 111 | 10000110 | 0 | 1100001 | 101101 | 101 | 101001000 | 1011110 | 110001 |
Color Harmonies of #F30786
Complementary color
Monochromatic Colors of #F30786
Black with #F30786
Text Example
Text Example
White with #F30786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30786; }
p { color: rgb(243,7,134); }
H1.HeaderClassName
{
color: #F30786;
}
.AnyTagClassName
{
color: #F30786;
}
</style>
background-color css
<style>
a { background-color: #F30786; }
a { background-color: rgb(243,7,134); }
div.DivClassName
{
background-color: #F30786;
}
.BgClassName
{
background-color: #F30786;
}
</style>
border-color css
<style>
span { border-color: #F30786; }
span { border-color: rgb(243,7,134); }
td.TdClassName
{
border-color: #F30786;
}
.TagClassName
{
border-color: #F30786;
}
</style>