Shades of Deep Pink #F30688
Tints of Deep Pink #F30688
RGB
CMYK
RGB Variations
Color information
#F30688 (or 0xF30688) is known color: Deep Pink. HEX triplet: F3, 06 and 88. RGB value is (243,6,136). Sum of RGB (Red+Green+Blue) = 243+6+136=385 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.12% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 243 - color contains mainly: red. Hex color #F30688 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30688 is #0CF977. Grayscale: #5B5B5B. Windows color (decimal): -850296 or 8914675. OLE color: 8914675.
HSL color Cylindrical-coordinate representation of color #F30688: hue angle of 327.09º 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 #F30688 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 6 | 136 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.05 |
| HSL | 327.09º | 0.95% | 0.49% | - |
| HSV(B) | 327.09º | 0.98% | 0.95% | - |
| XYZ | 41.47 | 20.96 | 25.15 | - |
| YUV | 91.68 | 153.02 | 235.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 6 | 136 | 0 | 0.98 | 0.44 | 0.05 | 327.09 | 0.95 | 0.49 |
| Hex | F3 | 6 | 88 | 0 | 62 | 2C | 5 | 147 | 5F | 31 |
| Octal | 363 | 6 | 210 | 0 | 142 | 54 | 5 | 507 | 137 | 61 |
| Binary | 11110011 | 110 | 10001000 | 0 | 1100010 | 101100 | 101 | 101000111 | 1011111 | 110001 |
Color Harmonies of #F30688
Complementary color
Monochromatic Colors of #F30688
Black with #F30688
Text Example
Text Example
White with #F30688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30688; }
p { color: rgb(243,6,136); }
H1.HeaderClassName
{
color: #F30688;
}
.AnyTagClassName
{
color: #F30688;
}
</style>
background-color css
<style>
a { background-color: #F30688; }
a { background-color: rgb(243,6,136); }
div.DivClassName
{
background-color: #F30688;
}
.BgClassName
{
background-color: #F30688;
}
</style>
border-color css
<style>
span { border-color: #F30688; }
span { border-color: rgb(243,6,136); }
td.TdClassName
{
border-color: #F30688;
}
.TagClassName
{
border-color: #F30688;
}
</style>