Shades of Deep Pink #F30782
Tints of Deep Pink #F30782
RGB
CMYK
RGB Variations
Color information
#F30782 (or 0xF30782) is known color: Deep Pink. HEX triplet: F3, 07 and 82. RGB value is (243,7,130). Sum of RGB (Red+Green+Blue) = 243+7+130=380 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.95% from 380); Green value is 7 (3.12% from 255 or 1.84% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 243 - color contains mainly: red. Hex color #F30782 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30782 is #0CF87D. Grayscale: #5B5B5B. Windows color (decimal): -850046 or 8521715. OLE color: 8521715.
HSL color Cylindrical-coordinate representation of color #F30782: hue angle of 328.73º 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 #F30782 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 7 | 130 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.05 |
| HSL | 328.73º | 0.94% | 0.49% | - |
| HSV(B) | 328.73º | 0.97% | 0.95% | - |
| XYZ | 41.07 | 20.82 | 22.97 | - |
| YUV | 91.59 | 149.69 | 236 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 7 | 130 | 0 | 0.97 | 0.47 | 0.05 | 328.73 | 0.94 | 0.49 |
| Hex | F3 | 7 | 82 | 0 | 61 | 2F | 5 | 149 | 5E | 31 |
| Octal | 363 | 7 | 202 | 0 | 141 | 57 | 5 | 511 | 136 | 61 |
| Binary | 11110011 | 111 | 10000010 | 0 | 1100001 | 101111 | 101 | 101001001 | 1011110 | 110001 |
Color Harmonies of #F30782
Complementary color
Monochromatic Colors of #F30782
Black with #F30782
Text Example
Text Example
White with #F30782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30782; }
p { color: rgb(243,7,130); }
H1.HeaderClassName
{
color: #F30782;
}
.AnyTagClassName
{
color: #F30782;
}
</style>
background-color css
<style>
a { background-color: #F30782; }
a { background-color: rgb(243,7,130); }
div.DivClassName
{
background-color: #F30782;
}
.BgClassName
{
background-color: #F30782;
}
</style>
border-color css
<style>
span { border-color: #F30782; }
span { border-color: rgb(243,7,130); }
td.TdClassName
{
border-color: #F30782;
}
.TagClassName
{
border-color: #F30782;
}
</style>