Shades of Deep Pink #F30084
Tints of Deep Pink #F30084
RGB
CMYK
RGB Variations
Color information
#F30084 (or 0xF30084) is known color: Deep Pink. HEX triplet: F3, 00 and 84. RGB value is (243,0,132). Sum of RGB (Red+Green+Blue) = 243+0+132=375 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.8% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 243 - color contains mainly: red. Hex color #F30084 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30084 is #0CFF7B. Grayscale: #575757. Windows color (decimal): -851836 or 8650995. OLE color: 8650995.
HSL color Cylindrical-coordinate representation of color #F30084: hue angle of 327.41º 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 #F30084 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 132 | - |
| CMYK | 0 | 1 | 0.46 | 0.05 |
| HSL | 327.41º | 1% | 0.48% | - |
| HSV(B) | 327.41º | 1% | 0.95% | - |
| XYZ | 41.13 | 20.72 | 23.66 | - |
| YUV | 87.71 | 153.01 | 238.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 132 | 0 | 1 | 0.46 | 0.05 | 327.41 | 1 | 0.48 |
| Hex | F3 | 0 | 84 | 0 | 64 | 2E | 5 | 147 | 64 | 30 |
| Octal | 363 | 0 | 204 | 0 | 144 | 56 | 5 | 507 | 144 | 60 |
| Binary | 11110011 | 0 | 10000100 | 0 | 1100100 | 101110 | 101 | 101000111 | 1100100 | 110000 |
Color Harmonies of #F30084
Complementary color
Monochromatic Colors of #F30084
Black with #F30084
Text Example
Text Example
White with #F30084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30084; }
p { color: rgb(243,0,132); }
H1.HeaderClassName
{
color: #F30084;
}
.AnyTagClassName
{
color: #F30084;
}
</style>
background-color css
<style>
a { background-color: #F30084; }
a { background-color: rgb(243,0,132); }
div.DivClassName
{
background-color: #F30084;
}
.BgClassName
{
background-color: #F30084;
}
</style>
border-color css
<style>
span { border-color: #F30084; }
span { border-color: rgb(243,0,132); }
td.TdClassName
{
border-color: #F30084;
}
.TagClassName
{
border-color: #F30084;
}
</style>