Shades of Deep Pink #F30086
Tints of Deep Pink #F30086
RGB
CMYK
RGB Variations
Color information
#F30086 (or 0xF30086) is known color: Deep Pink. HEX triplet: F3, 00 and 86. RGB value is (243,0,134). Sum of RGB (Red+Green+Blue) = 243+0+134=377 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.46% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 243 - color contains mainly: red. Hex color #F30086 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30086 is #0CFF79. Grayscale: #575757. Windows color (decimal): -851834 or 8782067. OLE color: 8782067.
HSL color Cylindrical-coordinate representation of color #F30086: hue angle of 326.91º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F30086 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 134 | - |
| CMYK | 0 | 1 | 0.45 | 0.05 |
| HSL | 326.91º | 1% | 0.48% | - |
| HSV(B) | 326.91º | 1% | 0.95% | - |
| XYZ | 41.27 | 20.78 | 24.39 | - |
| YUV | 87.93 | 154.01 | 238.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 134 | 0 | 1 | 0.45 | 0.05 | 326.91 | 1 | 0.48 |
| Hex | F3 | 0 | 86 | 0 | 64 | 2D | 5 | 147 | 64 | 30 |
| Octal | 363 | 0 | 206 | 0 | 144 | 55 | 5 | 507 | 144 | 60 |
| Binary | 11110011 | 0 | 10000110 | 0 | 1100100 | 101101 | 101 | 101000111 | 1100100 | 110000 |
Color Harmonies of #F30086
Complementary color
Monochromatic Colors of #F30086
Black with #F30086
Text Example
Text Example
White with #F30086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30086; }
p { color: rgb(243,0,134); }
H1.HeaderClassName
{
color: #F30086;
}
.AnyTagClassName
{
color: #F30086;
}
</style>
background-color css
<style>
a { background-color: #F30086; }
a { background-color: rgb(243,0,134); }
div.DivClassName
{
background-color: #F30086;
}
.BgClassName
{
background-color: #F30086;
}
</style>
border-color css
<style>
span { border-color: #F30086; }
span { border-color: rgb(243,0,134); }
td.TdClassName
{
border-color: #F30086;
}
.TagClassName
{
border-color: #F30086;
}
</style>