Shades of Deep Pink #F30689
Tints of Deep Pink #F30689
RGB
CMYK
RGB Variations
Color information
#F30689 (or 0xF30689) is known color: Deep Pink. HEX triplet: F3, 06 and 89. RGB value is (243,6,137). Sum of RGB (Red+Green+Blue) = 243+6+137=386 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.95% from 386); Green value is 6 (2.73% from 255 or 1.55% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 243 - color contains mainly: red. Hex color #F30689 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30689 is #0CF976. Grayscale: #5B5B5B. Windows color (decimal): -850295 or 8980211. OLE color: 8980211.
HSL color Cylindrical-coordinate representation of color #F30689: hue angle of 326.84º 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 #F30689 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 6 | 137 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.05 |
| HSL | 326.84º | 0.95% | 0.49% | - |
| HSV(B) | 326.84º | 0.98% | 0.95% | - |
| XYZ | 41.54 | 20.99 | 25.53 | - |
| YUV | 91.8 | 153.52 | 235.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 6 | 137 | 0 | 0.98 | 0.44 | 0.05 | 326.84 | 0.95 | 0.49 |
| Hex | F3 | 6 | 89 | 0 | 62 | 2C | 5 | 147 | 5F | 31 |
| Octal | 363 | 6 | 211 | 0 | 142 | 54 | 5 | 507 | 137 | 61 |
| Binary | 11110011 | 110 | 10001001 | 0 | 1100010 | 101100 | 101 | 101000111 | 1011111 | 110001 |
Color Harmonies of #F30689
Complementary color
Monochromatic Colors of #F30689
Black with #F30689
Text Example
Text Example
White with #F30689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30689; }
p { color: rgb(243,6,137); }
H1.HeaderClassName
{
color: #F30689;
}
.AnyTagClassName
{
color: #F30689;
}
</style>
background-color css
<style>
a { background-color: #F30689; }
a { background-color: rgb(243,6,137); }
div.DivClassName
{
background-color: #F30689;
}
.BgClassName
{
background-color: #F30689;
}
</style>
border-color css
<style>
span { border-color: #F30689; }
span { border-color: rgb(243,6,137); }
td.TdClassName
{
border-color: #F30689;
}
.TagClassName
{
border-color: #F30689;
}
</style>