Shades of Deep Pink #F30988
Tints of Deep Pink #F30988
RGB
CMYK
RGB Variations
Color information
#F30988 (or 0xF30988) is known color: Deep Pink. HEX triplet: F3, 09 and 88. RGB value is (243,9,136). Sum of RGB (Red+Green+Blue) = 243+9+136=388 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.63% from 388); Green value is 9 (3.91% from 255 or 2.32% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 243 - color contains mainly: red. Hex color #F30988 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30988 is #0CF677. Grayscale: #5D5D5D. Windows color (decimal): -849528 or 8915443. OLE color: 8915443.
HSL color Cylindrical-coordinate representation of color #F30988: hue angle of 327.44º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F30988 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 136 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.05 |
| HSL | 327.44º | 0.93% | 0.49% | - |
| HSV(B) | 327.44º | 0.96% | 0.95% | - |
| XYZ | 41.5 | 21.03 | 25.16 | - |
| YUV | 93.44 | 152.02 | 234.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 136 | 0 | 0.96 | 0.44 | 0.05 | 327.44 | 0.93 | 0.49 |
| Hex | F3 | 9 | 88 | 0 | 60 | 2C | 5 | 147 | 5D | 31 |
| Octal | 363 | 11 | 210 | 0 | 140 | 54 | 5 | 507 | 135 | 61 |
| Binary | 11110011 | 1001 | 10001000 | 0 | 1100000 | 101100 | 101 | 101000111 | 1011101 | 110001 |
Color Harmonies of #F30988
Complementary color
Monochromatic Colors of #F30988
Black with #F30988
Text Example
Text Example
White with #F30988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30988; }
p { color: rgb(243,9,136); }
H1.HeaderClassName
{
color: #F30988;
}
.AnyTagClassName
{
color: #F30988;
}
</style>
background-color css
<style>
a { background-color: #F30988; }
a { background-color: rgb(243,9,136); }
div.DivClassName
{
background-color: #F30988;
}
.BgClassName
{
background-color: #F30988;
}
</style>
border-color css
<style>
span { border-color: #F30988; }
span { border-color: rgb(243,9,136); }
td.TdClassName
{
border-color: #F30988;
}
.TagClassName
{
border-color: #F30988;
}
</style>