Shades of Deep Pink #F30684
Tints of Deep Pink #F30684
RGB
CMYK
RGB Variations
Color information
#F30684 (or 0xF30684) is known color: Deep Pink. HEX triplet: F3, 06 and 84. RGB value is (243,6,132). Sum of RGB (Red+Green+Blue) = 243+6+132=381 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.78% from 381); Green value is 6 (2.73% from 255 or 1.57% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 243 - color contains mainly: red. Hex color #F30684 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30684 is #0CF97B. Grayscale: #5A5A5A. Windows color (decimal): -850300 or 8652531. OLE color: 8652531.
HSL color Cylindrical-coordinate representation of color #F30684: hue angle of 328.1º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30684 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 6 | 132 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.05 |
| HSL | 328.1º | 0.95% | 0.49% | - |
| HSV(B) | 328.1º | 0.98% | 0.95% | - |
| XYZ | 41.19 | 20.85 | 23.68 | - |
| YUV | 91.23 | 151.02 | 236.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 6 | 132 | 0 | 0.98 | 0.46 | 0.05 | 328.1 | 0.95 | 0.49 |
| Hex | F3 | 6 | 84 | 0 | 62 | 2E | 5 | 148 | 5F | 31 |
| Octal | 363 | 6 | 204 | 0 | 142 | 56 | 5 | 510 | 137 | 61 |
| Binary | 11110011 | 110 | 10000100 | 0 | 1100010 | 101110 | 101 | 101001000 | 1011111 | 110001 |
Color Harmonies of #F30684
Complementary color
Monochromatic Colors of #F30684
Black with #F30684
Text Example
Text Example
White with #F30684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30684; }
p { color: rgb(243,6,132); }
H1.HeaderClassName
{
color: #F30684;
}
.AnyTagClassName
{
color: #F30684;
}
</style>
background-color css
<style>
a { background-color: #F30684; }
a { background-color: rgb(243,6,132); }
div.DivClassName
{
background-color: #F30684;
}
.BgClassName
{
background-color: #F30684;
}
</style>
border-color css
<style>
span { border-color: #F30684; }
span { border-color: rgb(243,6,132); }
td.TdClassName
{
border-color: #F30684;
}
.TagClassName
{
border-color: #F30684;
}
</style>