Shades of Deep Pink #F3107C
Tints of Deep Pink #F3107C
RGB
CMYK
RGB Variations
Color information
#F3107C (or 0xF3107C) is known color: Deep Pink. HEX triplet: F3, 10 and 7C. RGB value is (243,16,124). Sum of RGB (Red+Green+Blue) = 243+16+124=383 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.45% from 383); Green value is 16 (6.64% from 255 or 4.18% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 243 - color contains mainly: red. Hex color #F3107C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3107C is #0CEF83. Grayscale: #5F5F5F. Windows color (decimal): -847748 or 8130803. OLE color: 8130803.
HSL color Cylindrical-coordinate representation of color #F3107C: hue angle of 331.45º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F3107C is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 124 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.05 |
| HSL | 331.45º | 0.9% | 0.51% | - |
| HSV(B) | 331.45º | 0.93% | 0.95% | - |
| XYZ | 40.79 | 20.88 | 20.95 | - |
| YUV | 96.19 | 143.71 | 232.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 124 | 0 | 0.93 | 0.49 | 0.05 | 331.45 | 0.9 | 0.51 |
| Hex | F3 | 10 | 7C | 0 | 5D | 31 | 5 | 14B | 5A | 33 |
| Octal | 363 | 20 | 174 | 0 | 135 | 61 | 5 | 513 | 132 | 63 |
| Binary | 11110011 | 10000 | 1111100 | 0 | 1011101 | 110001 | 101 | 101001011 | 1011010 | 110011 |
Color Harmonies of #F3107C
Complementary color
Monochromatic Colors of #F3107C
Black with #F3107C
Text Example
Text Example
White with #F3107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3107C; }
p { color: rgb(243,16,124); }
H1.HeaderClassName
{
color: #F3107C;
}
.AnyTagClassName
{
color: #F3107C;
}
</style>
background-color css
<style>
a { background-color: #F3107C; }
a { background-color: rgb(243,16,124); }
div.DivClassName
{
background-color: #F3107C;
}
.BgClassName
{
background-color: #F3107C;
}
</style>
border-color css
<style>
span { border-color: #F3107C; }
span { border-color: rgb(243,16,124); }
td.TdClassName
{
border-color: #F3107C;
}
.TagClassName
{
border-color: #F3107C;
}
</style>