Shades of Deep Pink #F3077C
Tints of Deep Pink #F3077C
RGB
CMYK
RGB Variations
Color information
#F3077C (or 0xF3077C) is known color: Deep Pink. HEX triplet: F3, 07 and 7C. RGB value is (243,7,124). Sum of RGB (Red+Green+Blue) = 243+7+124=374 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.97% from 374); Green value is 7 (3.12% from 255 or 1.87% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 243 - color contains mainly: red. Hex color #F3077C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3077C is #0CF883. Grayscale: #5A5A5A. Windows color (decimal): -850052 or 8128499. OLE color: 8128499.
HSL color Cylindrical-coordinate representation of color #F3077C: hue angle of 330.25º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F3077C is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 7 | 124 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.05 |
| HSL | 330.25º | 0.94% | 0.49% | - |
| HSV(B) | 330.25º | 0.97% | 0.95% | - |
| XYZ | 40.68 | 20.66 | 20.91 | - |
| YUV | 90.9 | 146.69 | 236.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 7 | 124 | 0 | 0.97 | 0.49 | 0.05 | 330.25 | 0.94 | 0.49 |
| Hex | F3 | 7 | 7C | 0 | 61 | 31 | 5 | 14A | 5E | 31 |
| Octal | 363 | 7 | 174 | 0 | 141 | 61 | 5 | 512 | 136 | 61 |
| Binary | 11110011 | 111 | 1111100 | 0 | 1100001 | 110001 | 101 | 101001010 | 1011110 | 110001 |
Color Harmonies of #F3077C
Complementary color
Monochromatic Colors of #F3077C
Black with #F3077C
Text Example
Text Example
White with #F3077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3077C; }
p { color: rgb(243,7,124); }
H1.HeaderClassName
{
color: #F3077C;
}
.AnyTagClassName
{
color: #F3077C;
}
</style>
background-color css
<style>
a { background-color: #F3077C; }
a { background-color: rgb(243,7,124); }
div.DivClassName
{
background-color: #F3077C;
}
.BgClassName
{
background-color: #F3077C;
}
</style>
border-color css
<style>
span { border-color: #F3077C; }
span { border-color: rgb(243,7,124); }
td.TdClassName
{
border-color: #F3077C;
}
.TagClassName
{
border-color: #F3077C;
}
</style>