Shades of Deep Pink #F30680
Tints of Deep Pink #F30680
RGB
CMYK
RGB Variations
Color information
#F30680 (or 0xF30680) is known color: Deep Pink. HEX triplet: F3, 06 and 80. RGB value is (243,6,128). Sum of RGB (Red+Green+Blue) = 243+6+128=377 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.46% from 377); Green value is 6 (2.73% from 255 or 1.59% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 243 - color contains mainly: red. Hex color #F30680 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30680 is #0CF97F. Grayscale: #5A5A5A. Windows color (decimal): -850304 or 8390387. OLE color: 8390387.
HSL color Cylindrical-coordinate representation of color #F30680: hue angle of 329.11º 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 #F30680 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 6 | 128 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.05 |
| HSL | 329.11º | 0.95% | 0.49% | - |
| HSV(B) | 329.11º | 0.98% | 0.95% | - |
| XYZ | 40.92 | 20.74 | 22.27 | - |
| YUV | 90.77 | 149.02 | 236.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 6 | 128 | 0 | 0.98 | 0.47 | 0.05 | 329.11 | 0.95 | 0.49 |
| Hex | F3 | 6 | 80 | 0 | 62 | 2F | 5 | 149 | 5F | 31 |
| Octal | 363 | 6 | 200 | 0 | 142 | 57 | 5 | 511 | 137 | 61 |
| Binary | 11110011 | 110 | 10000000 | 0 | 1100010 | 101111 | 101 | 101001001 | 1011111 | 110001 |
Color Harmonies of #F30680
Complementary color
Monochromatic Colors of #F30680
Black with #F30680
Text Example
Text Example
White with #F30680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30680; }
p { color: rgb(243,6,128); }
H1.HeaderClassName
{
color: #F30680;
}
.AnyTagClassName
{
color: #F30680;
}
</style>
background-color css
<style>
a { background-color: #F30680; }
a { background-color: rgb(243,6,128); }
div.DivClassName
{
background-color: #F30680;
}
.BgClassName
{
background-color: #F30680;
}
</style>
border-color css
<style>
span { border-color: #F30680; }
span { border-color: rgb(243,6,128); }
td.TdClassName
{
border-color: #F30680;
}
.TagClassName
{
border-color: #F30680;
}
</style>