Shades of Deep Pink #F30386
Tints of Deep Pink #F30386
RGB
CMYK
RGB Variations
Color information
#F30386 (or 0xF30386) is known color: Deep Pink. HEX triplet: F3, 03 and 86. RGB value is (243,3,134). Sum of RGB (Red+Green+Blue) = 243+3+134=380 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.95% from 380); Green value is 3 (1.56% from 255 or 0.79% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 243 - color contains mainly: red. Hex color #F30386 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30386 is #0CFC79. Grayscale: #595959. Windows color (decimal): -851066 or 8782835. OLE color: 8782835.
HSL color Cylindrical-coordinate representation of color #F30386: hue angle of 327.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F30386 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 3 | 134 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.05 |
| HSL | 327.25º | 0.98% | 0.48% | - |
| HSV(B) | 327.25º | 0.99% | 0.95% | - |
| XYZ | 41.3 | 20.84 | 24.4 | - |
| YUV | 89.69 | 153.01 | 237.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 3 | 134 | 0 | 0.99 | 0.45 | 0.05 | 327.25 | 0.98 | 0.48 |
| Hex | F3 | 3 | 86 | 0 | 63 | 2D | 5 | 147 | 62 | 30 |
| Octal | 363 | 3 | 206 | 0 | 143 | 55 | 5 | 507 | 142 | 60 |
| Binary | 11110011 | 11 | 10000110 | 0 | 1100011 | 101101 | 101 | 101000111 | 1100010 | 110000 |
Color Harmonies of #F30386
Complementary color
Monochromatic Colors of #F30386
Black with #F30386
Text Example
Text Example
White with #F30386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30386; }
p { color: rgb(243,3,134); }
H1.HeaderClassName
{
color: #F30386;
}
.AnyTagClassName
{
color: #F30386;
}
</style>
background-color css
<style>
a { background-color: #F30386; }
a { background-color: rgb(243,3,134); }
div.DivClassName
{
background-color: #F30386;
}
.BgClassName
{
background-color: #F30386;
}
</style>
border-color css
<style>
span { border-color: #F30386; }
span { border-color: rgb(243,3,134); }
td.TdClassName
{
border-color: #F30386;
}
.TagClassName
{
border-color: #F30386;
}
</style>