Shades of Deep Pink #F3057C
Tints of Deep Pink #F3057C
RGB
CMYK
RGB Variations
Color information
#F3057C (or 0xF3057C) is known color: Deep Pink. HEX triplet: F3, 05 and 7C. RGB value is (243,5,124). Sum of RGB (Red+Green+Blue) = 243+5+124=372 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.32% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 243 - color contains mainly: red. Hex color #F3057C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3057C is #0CFA83. Grayscale: #595959. Windows color (decimal): -850564 or 8127987. OLE color: 8127987.
HSL color Cylindrical-coordinate representation of color #F3057C: hue angle of 330º degrees, saturation: 0.96, 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 #F3057C is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 5 | 124 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.05 |
| HSL | 330º | 0.96% | 0.49% | - |
| HSV(B) | 330º | 0.98% | 0.95% | - |
| XYZ | 40.65 | 20.62 | 20.91 | - |
| YUV | 89.73 | 147.35 | 237.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 124 | 0 | 0.98 | 0.49 | 0.05 | 330 | 0.96 | 0.49 |
| Hex | F3 | 5 | 7C | 0 | 62 | 31 | 5 | 14A | 60 | 31 |
| Octal | 363 | 5 | 174 | 0 | 142 | 61 | 5 | 512 | 140 | 61 |
| Binary | 11110011 | 101 | 1111100 | 0 | 1100010 | 110001 | 101 | 101001010 | 1100000 | 110001 |
Color Harmonies of #F3057C
Complementary color
Monochromatic Colors of #F3057C
Black with #F3057C
Text Example
Text Example
White with #F3057C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3057C; }
p { color: rgb(243,5,124); }
H1.HeaderClassName
{
color: #F3057C;
}
.AnyTagClassName
{
color: #F3057C;
}
</style>
background-color css
<style>
a { background-color: #F3057C; }
a { background-color: rgb(243,5,124); }
div.DivClassName
{
background-color: #F3057C;
}
.BgClassName
{
background-color: #F3057C;
}
</style>
border-color css
<style>
span { border-color: #F3057C; }
span { border-color: rgb(243,5,124); }
td.TdClassName
{
border-color: #F3057C;
}
.TagClassName
{
border-color: #F3057C;
}
</style>